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

In This Topic
    FontStyle Property (ParagraphStyleItem)
    In This Topic
    Gets or sets font style of the paragraph style.
    Syntax
    'Declaration
     
    Public Property FontStyle As System.Nullable(Of FontStyle)
    public System.Nullable<FontStyle> FontStyle {get; set;}
    See Also