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
| Name | Type | Access | Description |
|---|---|---|---|
Name | string | Read | Gets the name of the adjustment value. |
RawValue | int | Read/Write | Gets or sets the raw integer value from the formula attribute. |
AngleValue | float | Read/Write | Gets or sets the value expressed in degrees (raw value / 60000). |