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

Get or sets the size of the dial marker.

Syntax

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

Property Value

Integer

Remarks

The value applied here is used for both the width and height of the dial marker, as it is a circle.

When using an image for the dial marker, this property may need to be adjusted to best suit the sizing of the image.

Requirements

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

See Also