共用方式為


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)