Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FlatFocusIndicatorRenderer Class / FlatFocusIndicatorRenderer Constructor / FlatFocusIndicatorRenderer Constructor(Int32,Color,Color)
Thickness size.
Color.
Backcolor.


In This Topic
    FlatFocusIndicatorRenderer Constructor(Int32,Color,Color)
    In This Topic
    Creates a FlatFocusIndicatorRenderer instance.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal thickness As Integer, _
       ByVal color As Color, _
       ByVal backColor As Color _
    )
    'Usage
     
    
    Dim thickness As Integer
    Dim color As Color
    Dim backColor As Color
     
    Dim instance As New FlatFocusIndicatorRenderer(thickness, color, backColor)
    public FlatFocusIndicatorRenderer( 
       int thickness,
       Color color,
       Color backColor
    )

    Parameters

    thickness
    Thickness size.
    color
    Color.
    backColor
    Backcolor.
    See Also