Version

Font Class Members

The following tables list the members exposed by Font.

Public Constructors
 NameDescription
Public ConstructorFont ConstructorOverloaded.   
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.  
Public Methods
 NameDescription
Public MethodCloneReturns a copy of the font.  
Public MethodGetHashKeyGets the full hash key object for this font.  
Public MethodSealOverridden. Makes the instance immutable. Any attempts to modify properties or members will result in an exception.  
See Also

View on GitHub