TreeView for WinForms | ComponentOne
C1.Framework Namespace / Corners Structure / RightBottom Property

In This Topic
    RightBottom Property (Corners)
    In This Topic
    Gets or sets the radius for the right bottom corner.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(0)>
    Public Property RightBottom As Integer
    [DefaultValue(0)]
    public int RightBottom {get; set;}
    See Also