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

Gets or sets thickness of the border around the knob of the dial.

Syntax

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

Property Value

Integer

Remarks

This property is only valid if no image has been assigned to the DialPicture Property and the control is drawing the knob on the dial.

Requirements

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

See Also