GaugeScale.GaugeMinorTickMarks 属性

Gets or sets the minor tick marks 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)

属性值

类型:Microsoft.ReportingServices.RdlObjectModel.GaugeTickMarks
A GaugeTickMarks object.

请参阅

参考

GaugeScale 类

Microsoft.ReportingServices.RdlObjectModel 命名空间