Partager via


Propriété MinimumPin

Minimum value at which a pointer on the scale will stop.

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

Syntaxe

'Déclaration
Public Property MinimumPin As ScalePin
    Get
    Set
'Utilisation
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)