Propriedade GradientDensity

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property GradientDensity As ReportDoubleProperty
    Get
'Uso
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