AdjustValue Class

Represents a geometry shape's adjustment value. These values affect shape's form.
Inheritance Hierarchy
SystemObject
  Aspose.SlidesAdjustValue

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public class AdjustValue : IAdjustValue

The AdjustValue type exposes the following members.

Properties
  NameDescription
Public propertyAngleValue
Returns or sets value, interpreting it as angle in degrees. Read/write Single.
Public propertyName
Returns a name of this adjustment value. Read-only String.
Public propertyRawValue
Returns or sets ajustment value "as is". Read/write Int64.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also