Name | Description | |
---|---|---|
![]() | C1StyleLength Constructor | Initializes a new instance of the C1StyleLength struct. |
The following tables list the members exposed by C1StyleLength.
Name | Description | |
---|---|---|
![]() | C1StyleLength Constructor | Initializes a new instance of the C1StyleLength struct. |
Name | Description | |
---|---|---|
![]() ![]() | Auto | Gets the auto length. |
![]() ![]() | FitParent | Gets the 100% length. |
![]() ![]() | HalfParent | Gets the 50% length. |
![]() ![]() | Inherit | Gets the "inherit" length. |
![]() | IsAbsolute | Returns whether the length is an absolute distance. |
![]() | Kind | Gets the kind of length. |
![]() ![]() | MaxContent | Gets the max-content length. |
![]() ![]() | MinContent | Gets the min-content length. |
![]() | Unit | Gets the unit in which the length is expressed. |
![]() | Value | Gets the amount of Unit. |
Name | Description | |
---|---|---|
![]() | Equals | |
![]() | GetHashCode | |
![]() ![]() | Parse | Parses the text and returns a length. |
![]() | ToString | |
![]() ![]() | TryParse | Tries to parse the specified text and returns the value in the length parameter. |
![]() | Compares two C1StyleLength structures for equality. |
![]() | Overloaded. Casting operator to convert a double into a C1StyleLength. The unit assigned is pixels. |
![]() | Compares two C1StyleLength structures for inequality. |