TreeView for WinForms | ComponentOne
C1.Framework Namespace / Style Class / Corners Property

In This Topic
    Corners Property (Style)
    In This Topic
    Gets or sets the radii of the element corners.
    Syntax
    'Declaration
     
    
    <CategoryAttribute("Border")>
    <DescriptionAttribute("Gets or sets the radii of the element corners.")>
    <DefaultValueAttribute(C1.Framework.Corners, "0")>
    Public Property Corners As Corners
    [Category("Border")]
    [Description("Gets or sets the radii of the element corners.")]
    [DefaultValue(C1.Framework.Corners, "0")]
    public Corners Corners {get; set;}
    See Also