Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / AppearanceStyleInfo Class / NoteIndicatorColor Property


In This Topic
    NoteIndicatorColor Property (AppearanceStyleInfo)
    In This Topic
    Gets or sets the color of the cell note indicator.
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property NoteIndicatorColor As Color
    'Usage
     
    
    Dim instance As AppearanceStyleInfo
    Dim value As Color
     
    value = instance.NoteIndicatorColor
    public override Color NoteIndicatorColor {get;}
    See Also