Back to Devexpress

LinearScaleComponent.AppearanceMajorTickmark Property

windowsforms-devexpress-dot-xtragauges-dot-win-dot-gauges-dot-linear-dot-linearscalecomponent-6fde2ebe.md

latest1.8 KB
Original Source

LinearScaleComponent.AppearanceMajorTickmark Property

Provides access to appearance options of major tick marks.

Namespace : DevExpress.XtraGauges.Win.Gauges.Linear

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

NuGet Package : DevExpress.Win.Gauges

Declaration

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

Property Value

TypeDescription
BaseShapeAppearance

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

|

Remarks

To specify display options of major tick marks (the paint style, offsets, etc), use the LinearScale.MajorTickmark property.

See Also

Appearance Customization

LinearScaleComponent Class

LinearScaleComponent Members

DevExpress.XtraGauges.Win.Gauges.Linear Namespace