TreeView for WinForms | ComponentOne
C1.Framework Namespace / Thickness Structure / Right Property

In This Topic
    Right Property (Thickness)
    In This Topic
    Gets or sets the thickness value for the right edge.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(0)>
    Public Property Right As Integer
    [DefaultValue(0)]
    public int Right {get; set;}
    See Also