Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / EnhancedFocusIndicatorRenderer Class / Thickness Property


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