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

Gets or sets the color used to paint the dial marker when the marker is in a down state.

Syntax

Visual Basic (Declaration) 
Public Property MarkerColorDown As Color
C# 
public Color MarkerColorDown {get; set;}

Property Value

Color

Remarks

This occurs when the dial is in a movable state (mousedown).

Requirements

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

See Also