The following tables list the members exposed by StyleInfo.DimensionInfo.
Name | Description | |
---|---|---|
StyleInfo.DimensionInfo Constructor | Constructor. Creates new StyleInfo.DimensionInfo instance with the specified value |
Name | Description | |
---|---|---|
Auto | Returns a DimensionInfo instance that represents dimension that are calculated based on the context of the associated object. | |
IsPercentage | Indicates whether these dimensions are in percentages. | |
Value | Dimension value as integer. | |
Zero | Returns a DimensionInfo instance that represents zero dimension. |
Name | Description | |
---|---|---|
Equals | Overridden. Returns true if the specified object is a DimensionInfo instance and represents the same value. | |
GetHashCode | Overridden. Returns the hash code. | |
Parse | Parses the specified string into a StyleInfo.DimensionInfo instance. This method will throw an exception if the specified string is in incorrect format. | |
ToString | Returns the string representation of this DimensionInfo object. |