Share via


GaugeScale.GaugeMajorTickMarks Property

Major tickmarks to display on the scale.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property GaugeMajorTickMarks As GaugeTickMarks
    Get
    Set
'Usage
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)