dbicDial Send comments on this topic.
MarkerOffset Property
See Also 
dbicDial Assembly > Dbi.WinControl.Dial Namespace > dbiDial Class : MarkerOffset Property

Gets or sets the distance offset between the dial marker and the dial border.

Syntax

Visual Basic (Declaration) 
Public Property MarkerOffset As Integer
C# 
public int MarkerOffset {get; set;}

Property Value

Integer

Remarks

Positive values move the dial marker closer to the center of the control, while negative values move it closer to the border.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also