Freigeben über


StripWidth-Eigenschaft

Gets the calculated value of the StripWidth property in a ChartStripLine class.

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

Syntax

'Declaration
Public ReadOnly Property StripWidth As Double
    Get
'Usage
Dim instance As ChartStripLineInstance
Dim value As Double

value = instance.StripWidth
public double StripWidth { get; }
public:
property double StripWidth {
    double get ();
}
member StripWidth : float
function get StripWidth () : double

Eigenschaftswert

Typ: System. . :: . .Double
A double value that represents the calculated value of the StripWidth property.