Skip to main content

LinearScaleComponent.AppearanceMinorTickmark Property

Provides access to appearance options of minor tick marks.

Namespace: DevExpress.XtraGauges.Win.Gauges.Linear

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

NuGet Package: DevExpress.Win.Gauges

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public BaseShapeAppearance AppearanceMinorTickmark { get; }

Property Value

Type Description
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 LinearScale.MinorTickmark property.

See Also