LinearScaleComponent.AppearanceMinorTickmark Property
Provides access to appearance options of minor tick marks.
Namespace: DevExpress.XtraGauges.Win.Gauges.Linear
Assembly: DevExpress.XtraGauges.v22.1.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