Version

StyleInfo.DimensionInfo Class Members

The following tables list the members exposed by StyleInfo.DimensionInfo.

Public Constructors
 NameDescription
Public ConstructorStyleInfo.DimensionInfo ConstructorConstructor. Creates new StyleInfo.DimensionInfo instance with the specified value  
Public Properties
 NameDescription
Public Propertystatic (Shared in Visual Basic)AutoReturns a DimensionInfo instance that represents dimension that are calculated based on the context of the associated object.  
Public PropertyIsPercentageIndicates whether these dimensions are in percentages.  
Public PropertyValueDimension value as integer.  
Public Propertystatic (Shared in Visual Basic)ZeroReturns a DimensionInfo instance that represents zero dimension.  
Public Methods
 NameDescription
Public MethodEqualsOverridden. Returns true if the specified object is a DimensionInfo instance and represents the same value.  
Public MethodGetHashCodeOverridden. Returns the hash code.  
Public Methodstatic (Shared in Visual Basic)ParseParses the specified string into a StyleInfo.DimensionInfo instance. This method will throw an exception if the specified string is in incorrect format.  
Public MethodToStringReturns the string representation of this DimensionInfo object.  
See Also