共用方式為


GaugeScale.GaugeMajorTickMarks 屬性

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

命名空間:  Microsoft.ReportingServices.RdlObjectModel
組件:  Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)

語法

'宣告
Public Property GaugeMajorTickMarks As GaugeTickMarks 
    Get 
    Set
'用途
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)

屬性值

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

請參閱

參考

GaugeScale 類別

Microsoft.ReportingServices.RdlObjectModel 命名空間