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

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