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

In This Topic
    FontStyle Property (TextStyleEventArgs)
    In This Topic
    The FontTyle property indicates the font style attributes (e.g.: bold, italics, underline, etc.).
    Syntax
    'Declaration
     
    Public ReadOnly Property FontStyle As System.Drawing.FontStyle
    public System.Drawing.FontStyle FontStyle {get;}
    See Also