LengthOrAuto Class |
Namespace: Aspose.Svg.Drawing
The LengthOrAuto type exposes the following members.
Name | Description | |
---|---|---|
![]() | LengthOrAuto |
Initializes a new instance of the LengthOrAuto class and sets state to 'auto'.
|
![]() | LengthOrAuto(Length) |
Initializes a new instance of the LengthOrAuto class and sets state to 'lenght'.
|
Name | Description | |
---|---|---|
![]() | IsAuto |
Gets a value indicating whether this instance is in 'auto'.
|
![]() | Length |
Gets or sets the length.
|
![]() | UnitType |
Gets the unit type of the Unit.
|
Name | Description | |
---|---|---|
![]() | Equals(Object) |
Determines whether the specified Object, is equal to this instance.
(Inherited from Unit.) |
![]() | Equals(Unit) |
Determines whether the specified Unit, is equal to this instance.
(Overrides UnitEquals(Unit).) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode |
Returns a hash code for this instance.
(Inherited from Unit.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | SetAuto |
Resets container to state 'auto'.
|
![]() | ToString |
Returns a String that represents this instance.
(Overrides UnitToString.) |
Name | Description | |
---|---|---|
![]() ![]() | (Length to LengthOrAuto) |
Performs an implicit conversion from Length to LengthOrAuto.
|