Skip to main content
A newer version of this page is available. .

TickmarkOptions Class

Serves as a base for classes that contain appearance and behavior options for tickmarks.

Namespace: DevExpress.WinUI.Gauges

Assembly: DevExpress.WinUI.Gauges.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

public abstract class TickmarkOptions :
    GaugeOptionsBase

Remarks

The options provided by a TickmarkOptions instance can be accessed via the Scale.MajorTickmarkOptions and Scale.MinorTickmarkOptions properties of a Scale object.

To learn more on tickmarks, refer to the Tickmarks (Circular Scale) and Tickmarks (Linear Scale) documents.

See Also