Version

Style Class Members

The following tables list the members exposed by Style.

Public Constructors
 NameDescription
Public ConstructorStyle ConstructorInitializes a new instance of the Style class.  
Public Properties
 NameDescription
Public PropertyBrushGets or sets the reference to the Infragistics.Documents.Reports.Graphics.Brush object.  
Public PropertyCharSpacingGets or sets the value that defines spacings between characters.  
Public PropertyFontGets or sets the reference to the Infragistics.Documents.Reports.Graphics.Font object.  
Public PropertyFontVariantGets or sets the font variant.  
Public PropertyHighlightGets or sets the reference to the Infragistics.Documents.Reports.Graphics.Brush object that defines the highlight.  
Public PropertyIsSealedGets whether the instance has already been sealed through the Seal method. (Inherited from Infragistics.Documents.Reports.SealableBase)
Public PropertyWordSpacingGets the value that defines spacings between words.  
Public Methods
 NameDescription
Public MethodCloneReturns a copy of the style.  
Public MethodGetHashKeyGets the full hash key object for this style.  
Public MethodGetShortHashKeyGets the short hash key object for this style.  
Public MethodSealOverridden. Makes the instance immutable. Any attempts to modify properties or members will result in an exception.  
See Also

View on GitHub