Back to Devexpress

IMajorTickmark.TextOffset Property

corelibraries-devexpress-dot-xtragauges-dot-core-dot-model-dot-imajortickmark-303f4d73.md

latest1.8 KB
Original Source

IMajorTickmark.TextOffset Property

Gets or sets the offset of the tick mark labels from the scale arc.

Namespace : DevExpress.XtraGauges.Core.Model

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

NuGet Package : DevExpress.Gauges.Core

Declaration

csharp
float TextOffset { get; set; }
vb
Property TextOffset As Single

Property Value

TypeDescription
Single

A Single value that specifies the offset of the labels from the scale arc, in relative coordinates.

|

Remarks

The TextOffset property’s values are measured from the scale arc, in relative coordinates. The value of 0 means that the labels are positioned directly on the arc scale. If a negative value is assigned, the labels are moved inwards. If a positive value is assigned, the labels are moved outwards.

See Coordinate System, to learn about relative coordinates.

See Also

ShapeOffset

Coordinate System

IMajorTickmark Interface

IMajorTickmark Members

DevExpress.XtraGauges.Core.Model Namespace