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

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