TreeView for WinForms | ComponentOne
C1.Framework Namespace / BorderEdges Class / IsEmpty Property

In This Topic
    IsEmpty Property (BorderEdges)
    In This Topic
    Gets a value that determines if colors have been specified for any of the edges.
    Syntax
    'Declaration
     
    
    <BrowsableAttribute(False)>
    <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
    Public ReadOnly Property IsEmpty As Boolean
    [Browsable(false)]
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    public bool IsEmpty {get;}
    See Also