Back to Devexpress

IMajorTickmark.ShapeOffset Property

corelibraries-devexpress-dot-xtragauges-dot-core-dot-model-dot-imajortickmark-e05bb29c.md

latest1.8 KB
Original Source

IMajorTickmark.ShapeOffset Property

Gets or sets the offset of the tick marks from the scale arc.

Namespace : DevExpress.XtraGauges.Core.Model

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

NuGet Package : DevExpress.Gauges.Core

Declaration

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

Property Value

TypeDescription
Single

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

|

Remarks

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

See Coordinate System, to learn about relative coordinates.

See Also

TextOffset

Coordinate System

IMajorTickmark Interface

IMajorTickmark Members

DevExpress.XtraGauges.Core.Model Namespace