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