Spread WinForms 15
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)

Parameters

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