Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DefaultFocusIndicatorRenderer Class / DefaultFocusIndicatorRenderer Constructor / DefaultFocusIndicatorRenderer Constructor(Int32)
Integer number of pixels in the thickness of the indicator line


In This Topic
    DefaultFocusIndicatorRenderer Constructor(Int32)
    In This Topic
    Creates a new renderer for the default focus indicator with the specified line thickness.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal thickness As Integer _
    )
    'Usage
     
    
    Dim thickness As Integer
     
    Dim instance As New DefaultFocusIndicatorRenderer(thickness)
    public DefaultFocusIndicatorRenderer( 
       int thickness
    )

    Parameters

    thickness
    Integer number of pixels in the thickness of the indicator line
    See Also