Back to Devexpress

IMinorTickmark Interface

corelibraries-devexpress-dot-xtragauges-dot-core-dot-model-70a8b60e.md

latest2.0 KB
Original Source

IMinorTickmark Interface

Identifies settings common to minor tickmarks.

Namespace : DevExpress.XtraGauges.Core.Model

Assembly : DevExpress.XtraGauges.v25.2.Core.dll

NuGet Package : DevExpress.Gauges.Core

Declaration

csharp
public interface IMinorTickmark :
    ITickmark,
    IPrimitive,
    IBaseObject,
    IDisposable,
    INamedObject,
    INamed,
    ICloneable,
    ISupportLockUpdate,
    ISupportAcceptOrder,
    ISupportAssign<IMinorTickmark>
vb
Public Interface IMinorTickmark
    Inherits ITickmark,
             IPrimitive,
             IBaseObject,
             IDisposable,
             INamedObject,
             INamed,
             ICloneable,
             ISupportLockUpdate,
             ISupportAcceptOrder,
             ISupportAssign(Of IMinorTickmark)

The following members return IMinorTickmark objects:

Remarks

Use the ArcScale.MinorTickmark and LinearScale.MinorTickmark properties to customize minor tickmark settings.

See Also

IMinorTickmark Members

ArcScale.MinorTickmark

LinearScale.MinorTickmark

DevExpress.XtraGauges.Core.Model Namespace