Spread for ASP.NET 12 Product Documentation
Gradient Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > DatabarConditionalFormattingRule Class : Gradient Property
Gets or sets whether this DatabarConditionalFormattingRule is a gradient.
Syntax
'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.
See Also

Reference

DatabarConditionalFormattingRule Class
DatabarConditionalFormattingRule Members