'Declaration Public Property Gradient As Boolean
'Usage Dim instance As DatabarConditionalFormattingRule Dim value As Boolean instance.Gradient = value value = instance.Gradient
public bool Gradient {get; set;}
Property Value
true
if gradient; otherwise, false
.