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

Determines if the internal routines should paint the dial knob.

Syntax

Visual Basic (Declaration) 
Public Property PaintKnob As Boolean
C# 
public bool PaintKnob {get; set;}

Remarks

Setting this property to false will disable the internal painting routines, giving the developer complete control over the drawing of the dial knob.

Requirements

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

See Also