Partager via


Propriété RadialGauge.PivotY

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

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property PivotY As ReportExpression(Of Double)
    Get 
    Set
'Utilisation
Dim instance As RadialGauge 
Dim value As ReportExpression(Of Double)

value = instance.PivotY

instance.PivotY = value
public ReportExpression<double> PivotY { get; set; }
public:
property ReportExpression<double> PivotY {
    ReportExpression<double> get ();
    void set (ReportExpression<double> value);
}
member PivotY : ReportExpression<float> with get, set
function get PivotY () : ReportExpression<double>
function set PivotY (value : ReportExpression<double>)

Valeur de propriété

Type : Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Double>
A ReportExpression<T> object.

Voir aussi

Référence

RadialGauge Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel