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


In This Topic
    AnimatedDefaultFocusIndicatorRenderer Constructor(Int32)
    In This Topic
    Creates a new renderer for the default changing (or animated) 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 AnimatedDefaultFocusIndicatorRenderer(thickness)
    public AnimatedDefaultFocusIndicatorRenderer( 
       int thickness
    )

    Parameters

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