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


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

    Property Value

    Number of pixels in the thickness
    See Also