Editor for WinForms | ComponentOne
C1.Win.Editor.8 Assembly / C1.Win.Editor Namespace / TextStyleEventArgs Class
Properties


In This Topic
    TextStyleEventArgs Class Members
    In This Topic

    The following tables list the members exposed by TextStyleEventArgs.

    Public Constructors
     NameDescription
    Public Constructor This constructor creates a default TextStyleEventArgs object.  
    Top
    Public Properties
     NameDescription
    Public Property The Alignment property indicates the HorizontalAlignment of text.  
    Public Property The BackgroundColor property indicates the background or highlight color of text.  
    Public Property The Bold property indicates whether text is bold.  
    Public Property The FontFamilyName property indicates the font family name.  
    Public Property The FontSize property indicates the font size in points.  
    Public Property The FontTyle property indicates the font style attributes (e.g.: bold, italics, underline, etc.).  
    Public Property The FontWeight property indicates the font weight (default normal = 400).  
    Public Property The ForeColor property indicates the foreground color of text.  
    Public Property The Italic property indicates whether text is displayed with italics.  
    Public Property The StrikeThrough property indicates whether text is displayed with strike through.  
    Public Property The SubScript property indicates whether the text is displayed as subscript.  
    Public Property The SuperScript property indicates whether the text is displayed as superscript.  
    Public Property The Underline property indicates whether the text is displayed as underlined.  
    Top
    See Also