Gets whether none of the properties for the border are set.
Syntax
'Declaration
Public Overridable ReadOnly Property IsEmpty As Boolean
'Usage
Dim instance As Border
Dim value As Boolean
value = instance.IsEmpty
public virtual bool IsEmpty {get;}
See Also