SweepAngle プロパティ
スケールの掃引角度 (度数、0 ~ 360)。
名前空間: Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public ReadOnly Property SweepAngle As ReportDoubleProperty
Get
'使用
Dim instance As RadialScale
Dim value As ReportDoubleProperty
value = instance.SweepAngle
public ReportDoubleProperty SweepAngle { get; }
public:
property ReportDoubleProperty^ SweepAngle {
ReportDoubleProperty^ get ();
}
member SweepAngle : ReportDoubleProperty
function get SweepAngle () : ReportDoubleProperty