'Declaration
Public Property IsSet As Boolean
'Usage
Dim instance As Border.BorderSide Dim value As Boolean instance.IsSet = value value = instance.IsSet
public bool IsSet {get; set;}
Property Value
true
if this instance is set; otherwise, false
.