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


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