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

Determines if the internal routines should paint the dial marker.

Syntax

Visual Basic (Declaration) 
Public Property PaintMarker As Boolean
C# 
public bool PaintMarker {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 marker.

Requirements

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

See Also