Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SolidFocusIndicatorRenderer Class / Thickness Property


In This Topic
    Thickness Property (SolidFocusIndicatorRenderer)
    In This Topic
    Gets or sets the thickness of the solid focus indicator.
    Syntax
    'Declaration
     
    
    Public Property Thickness As Integer
    'Usage
     
    
    Dim instance As SolidFocusIndicatorRenderer
    Dim value As Integer
     
    instance.Thickness = value
     
    value = instance.Thickness
    public int Thickness {get; set;}
    See Also