Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TriangleNoteIndicatorRenderer Class / TriangleNoteIndicatorRenderer Constructor / TriangleNoteIndicatorRenderer Constructor(Color)
Color of the focus indicator


In This Topic
    TriangleNoteIndicatorRenderer Constructor(Color)
    In This Topic
    Creates a new renderer for the triangle indicator with the specified color and thickness.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal clr As Color _
    )
    'Usage
     
    
    Dim clr As Color
     
    Dim instance As New TriangleNoteIndicatorRenderer(clr)
    public TriangleNoteIndicatorRenderer( 
       Color clr
    )

    Parameters

    clr
    Color of the focus indicator
    See Also