'Declaration Public Property ShowBorder As Boolean
'Usage Dim instance As DatabarConditionalFormattingRule Dim value As Boolean instance.ShowBorder = value value = instance.ShowBorder
public bool ShowBorder {get; set;}
Property Value
true
if the border should be painted; otherwise, false
.