Back to Devexpress

TickmarkOptions Class

wpf-devexpress-dot-xpf-dot-gauges-da476434.md

latest2.2 KB
Original Source

TickmarkOptions Class

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

Namespace : DevExpress.Xpf.Gauges

Assembly : DevExpress.Xpf.Gauges.v25.2.dll

NuGet Package : DevExpress.Wpf.Gauges

Declaration

csharp
public abstract class TickmarkOptions :
    GaugeDependencyObject
vb
Public MustInherit Class TickmarkOptions
    Inherits GaugeDependencyObject

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.

Inheritance

Object DispatcherObject DependencyObject Freezable GaugeDependencyObject TickmarkOptions MajorTickmarkOptions

MinorTickmarkOptions

See Also

TickmarkOptions Members

Tickmarks

Tickmarks

DevExpress.Xpf.Gauges Namespace