Freigeben über


GaugeScale.GaugeMinorTickMarks-Eigenschaft

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

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

Syntax

'Declaration
Public Property GaugeMinorTickMarks As GaugeTickMarks 
    Get 
    Set
'Usage
Dim instance As GaugeScale 
Dim value As GaugeTickMarks 

value = instance.GaugeMinorTickMarks

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

Eigenschaftswert

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

Siehe auch

Verweis

GaugeScale Klasse

Microsoft.ReportingServices.RdlObjectModel-Namespace