Partilhar via


Propriedade PivotY

Y position of the pivot point, as a percent of the gauge height.

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

Sintaxe

'Declaração
Public ReadOnly Property PivotY As ReportDoubleProperty
    Get
'Uso
Dim instance As RadialGauge
Dim value As ReportDoubleProperty

value = instance.PivotY
public ReportDoubleProperty PivotY { get; }
public:
property ReportDoubleProperty^ PivotY {
    ReportDoubleProperty^ get ();
}
member PivotY : ReportDoubleProperty
function get PivotY () : ReportDoubleProperty