Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TriangleNoteIndicatorRenderer Class / Color Property


In This Topic
    Color Property (TriangleNoteIndicatorRenderer)
    In This Topic
    Gets or sets the color of the solid focus indicator.
    Syntax
    'Declaration
     
    
    Public Property Color As Color
    'Usage
     
    
    Dim instance As TriangleNoteIndicatorRenderer
    Dim value As Color
     
    instance.Color = value
     
    value = instance.Color
    public Color Color {get; set;}
    See Also