corelibraries-devexpress-dot-xtragauges-dot-core-dot-model-70a8b60e.md
Identifies settings common to minor tickmarks.
Namespace : DevExpress.XtraGauges.Core.Model
Assembly : DevExpress.XtraGauges.v25.2.Core.dll
NuGet Package : DevExpress.Gauges.Core
public interface IMinorTickmark :
ITickmark,
IPrimitive,
IBaseObject,
IDisposable,
INamedObject,
INamed,
ICloneable,
ISupportLockUpdate,
ISupportAcceptOrder,
ISupportAssign<IMinorTickmark>
Public Interface IMinorTickmark
Inherits ITickmark,
IPrimitive,
IBaseObject,
IDisposable,
INamedObject,
INamed,
ICloneable,
ISupportLockUpdate,
ISupportAcceptOrder,
ISupportAssign(Of IMinorTickmark)
The following members return IMinorTickmark objects:
Use the ArcScale.MinorTickmark and LinearScale.MinorTickmark properties to customize minor tickmark settings.
See Also