IAdjustValue

Overview

IAdjustValue is a interface in Aspose.Slides FOSS for .NET.

Represents a single adjustment value for a geometry shape.

Properties: AngleValue, Name, RawValue.

Properties

NameTypeAccessDescription
NamestringReadGets the name of the adjustment value.
RawValueintRead/WriteGets or sets the raw integer value from the formula attribute.
AngleValuefloatRead/WriteGets or sets the value expressed in degrees (raw value / 60000).

See Also