共用方式為


EnableGradient 屬性

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

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public ReadOnly Property EnableGradient As ReportBoolProperty
    Get
'用途
Dim instance As TickMarkStyle
Dim value As ReportBoolProperty

value = instance.EnableGradient
public ReportBoolProperty EnableGradient { get; }
public:
property ReportBoolProperty^ EnableGradient {
    ReportBoolProperty^ get ();
}
member EnableGradient : ReportBoolProperty
function get EnableGradient () : ReportBoolProperty