dbicMeter Send comments on this topic.
CircleMeterWidth Property
See Also 
dbicMeter Assembly > Dbi.WinControl.Meter Namespace > dbiMeter Class : CircleMeterWidth Property

Gets or sets the width of the section of the control representing the current value in a circle meter.

Syntax

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

Property Value

Integer

Remarks

The width value is used starting from the furthest edge of the meter display, and moving inwards towards center.

This value will also affect the width of the path section of the control.

Requirements

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

See Also