'Declaration
Public Property ShowBorder As Boolean
'Usage
Dim instance As DatabarCfRule Dim value As Boolean instance.ShowBorder = value value = instance.ShowBorder
public bool ShowBorder {get; set;}
Property Value
true
if the data bar has a border; otherwise, false
.