Partager via


Propriété GaugeScale.GaugeMajorTickMarks

Gets or sets the major tick marks to display on the scale.

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

Syntaxe

'Déclaration
Public Property GaugeMajorTickMarks As GaugeTickMarks 
    Get 
    Set
'Utilisation
Dim instance As GaugeScale 
Dim value As GaugeTickMarks 

value = instance.GaugeMajorTickMarks

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

Valeur de propriété

Type : Microsoft.ReportingServices.RdlObjectModel.GaugeTickMarks
A GaugeTickMarks object.

Voir aussi

Référence

GaugeScale Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel