Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CustomFocusIndicatorRenderer Class / CustomFocusIndicatorRenderer Constructor / CustomFocusIndicatorRenderer Constructor(Int32)
Line thickness in pixels


In This Topic
    CustomFocusIndicatorRenderer Constructor(Int32)
    In This Topic
    Creates a new renderer for the custom 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 CustomFocusIndicatorRenderer(thickness)
    public CustomFocusIndicatorRenderer( 
       int thickness
    )

    Parameters

    thickness
    Line thickness in pixels
    See Also