Back to Devexpress

ArcScaleComponent.AppearanceMinorTickmark Property

windowsforms-devexpress-dot-xtragauges-dot-win-dot-gauges-dot-circular-dot-arcscalecomponent-e8ada427.md

latest1.8 KB
Original Source

ArcScaleComponent.AppearanceMinorTickmark Property

Provides access to appearance options of minor tick marks.

Namespace : DevExpress.XtraGauges.Win.Gauges.Circular

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

NuGet Package : DevExpress.Win.Gauges

Declaration

csharp
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public BaseShapeAppearance AppearanceMinorTickmark { get; }
vb
<XtraSerializableProperty(XtraSerializationVisibility.Content)>
Public ReadOnly Property AppearanceMinorTickmark As BaseShapeAppearance

Property Value

TypeDescription
BaseShapeAppearance

A BaseShapeAppearance object providing access to minor tick marks’ appearance options.

|

Remarks

To specify display options of minor tick marks (the paint style, offsets, etc), use the ArcScale.MinorTickmark property.

See Also

Appearance Customization

ArcScaleComponent Class

ArcScaleComponent Members

DevExpress.XtraGauges.Win.Gauges.Circular Namespace