GaugeLabel.Angle 属性
Angle of rotation for the label.
命名空间: Microsoft.ReportingServices.OnDemandReportRendering
程序集: Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)
语法
声明
Public ReadOnly Property Angle As ReportDoubleProperty
Get
用法
Dim instance As GaugeLabel
Dim value As ReportDoubleProperty
value = instance.Angle
public ReportDoubleProperty Angle { get; }
public:
property ReportDoubleProperty^ Angle {
ReportDoubleProperty^ get ();
}
member Angle : ReportDoubleProperty
function get Angle () : ReportDoubleProperty