TickMarkStyle.EnableGradient Property

Indicates whether a gradient effect is used for the tick mark.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property EnableGradient As ReportExpression(Of Boolean)
    Get
    Set
'Usage
Dim instance As TickMarkStyle
Dim value As ReportExpression(Of Boolean)

value = instance.EnableGradient

instance.EnableGradient = value
public ReportExpression<bool> EnableGradient { get; set; }
public:
property ReportExpression<bool> EnableGradient {
    ReportExpression<bool> get ();
    void set (ReportExpression<bool> value);
}
member EnableGradient : ReportExpression<bool> with get, set
function get EnableGradient () : ReportExpression<boolean>
function set EnableGradient (value : ReportExpression<boolean>)