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

Gets or sets the image used to create the dial marker when it is in a down position.

Syntax

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

Property Value

Image

Remarks

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

Requirements

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

See Also