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

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