Proprietà GaugeScale.MinimumPin

Gets or sets the minimum value at which a pointer on the scale will stop.

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

Sintassi

'Dichiarazione
Public Property MinimumPin As ScalePin 
    Get 
    Set
'Utilizzo
Dim instance As GaugeScale 
Dim value As ScalePin 

value = instance.MinimumPin

instance.MinimumPin = value
public ScalePin MinimumPin { get; set; }
public:
property ScalePin^ MinimumPin {
    ScalePin^ get ();
    void set (ScalePin^ value);
}
member MinimumPin : ScalePin with get, set
function get MinimumPin () : ScalePin 
function set MinimumPin (value : ScalePin)

Valore proprietà

Tipo: Microsoft.ReportingServices.RdlObjectModel.ScalePin
A ScalePin object.

Vedere anche

Riferimento

GaugeScale Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel