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