GaugeScale.GaugeMinorTickMarks 属性

Minor tickmarks to display on the scale.

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Public Property GaugeMinorTickMarks As GaugeTickMarks
    Get
    Set
用法
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)