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

In This Topic
    Ellipse Property (Style)
    In This Topic
    Gets or sets whether the element border is an ellipse (for the dynamic styles only).
    Syntax
    'Declaration
     
    
    <DescriptionAttribute("Gets or sets whether the element border is an ellipse (for the dynamic styles only).")>
    <CategoryAttribute("Border")>
    <BrowsableAttribute(False)>
    <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
    <DefaultValueAttribute(False)>
    Public Property Ellipse As Boolean
    [Description("Gets or sets whether the element border is an ellipse (for the dynamic styles only).")]
    [Category("Border")]
    [Browsable(false)]
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    [DefaultValue(false)]
    public bool Ellipse {get; set;}
    See Also