Version

Font Class Properties

For a list of all members of this type, see Font members.

Public Properties
 NameDescription
Public PropertyBoldGets or sets a boolean value indicating whether the font is bold.  
Public PropertyDoubleStrikeoutGets or sets a boolean value indicating whether the font is double strikeout.  
Public PropertyDoubleUnderlineGets or sets a boolean value indicating whether the font is double underlined.  
Public PropertyIsSealedGets whether the instance has already been sealed through the Seal method. (Inherited from Infragistics.Documents.Reports.SealableBase)
Public PropertyItalicGets or sets a boolean value indicating whether the font is italic.  
Public PropertyNameGets or sets the name of the font.  
Public PropertyPreferencesGets the font preferences associated with the font.  
Public PropertySizeGets or sets the size of the font, in points.  
Public PropertyStrikeoutGets or sets a boolean value indicating whether the font is strikeout.  
Public PropertyStyleGets or sets the style of the font.  
Public PropertyUnderlineGets or sets a boolean value indicating whether the font is underlined.  
See Also