ChartStripLine クラスの StripWidth プロパティの計算値を取得します。
名前空間: Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public ReadOnly Property StripWidth As Double
Get
'使用
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
プロパティ値
型: System.Double
StripWidth プロパティの計算値を表す double 値。