다음을 통해 공유


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)