Version

StyleInfo.FontSizeInfo Class Members

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

Public Properties
 NameDescription
Public PropertyIsDefaultReturns true if this font size info object represents default font size (no font size info).  
Public PropertyIsSizeInPointsReturns true if the FontSize is in points units. Use the SetFontSize method to set the value of this property.  
Public PropertyIsSizeRelativeReturns true if the FontSize is relative. Use the SetFontSize method to set the value of this property.  
Public PropertySizeGets the font size. The size will be interpreted based on the settings of the IsFontSizeRelative and IsFontSizeInPoints properties. To set the size use the SetFontSize method.  
Public Methods
 NameDescription
Public MethodEqualsOverridden. Returns true if the specified object is a FontSizeInfo instance and represents the same font size.  
Public MethodGetHashCodeOverridden. Returns the hash code.  
Public MethodToStringOverridden. Returns the string representation of this FontSizeInfo object.  
See Also