共用方式為


GradientDensity 屬性

Intensity of the gradient effect (from 0 to 100).

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

語法

'宣告
Public ReadOnly Property GradientDensity As ReportDoubleProperty
    Get
'用途
Dim instance As TickMarkStyle
Dim value As ReportDoubleProperty

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