Share via


GaugeLabel.Angle Property

Angle of rotation for the label.

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

Syntax

'Declaration
Public ReadOnly Property Angle As ReportDoubleProperty 
    Get
'Usage
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

Property Value

Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportDoubleProperty
A ReportDoubleProperty object.

See Also

Reference

GaugeLabel Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace