Proprietà RadialGauge.PivotX

X position of the pivot point, as a percent of the gauge width.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Property PivotX As ReportExpression(Of Double)
    Get 
    Set
'Utilizzo
Dim instance As RadialGauge 
Dim value As ReportExpression(Of Double)

value = instance.PivotX

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

Valore proprietà

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

Vedere anche

Riferimento

RadialGauge Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel