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

Gets or sets the amount of space to place between the dial knob and the border of the control.

Syntax

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

Property Value

Integer

Remarks

Negative values will expand the size of the knob to reach the border edges, while positive values will reduce the size of the dial knob.

Requirements

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

See Also