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

Gets or sets how the size of the interior section of a circle meter is calculated.

Syntax

Visual Basic (Declaration) 
Public Overridable Property CenterCircleSize As enumCircleSize
C# 
public virtual enumCircleSize CenterCircleSize {get; set;}

Property Value

enumCircleSize

Remarks

When set to Outer, the radius of the interior section will extend from origin to the furthest edge of the circle meter.  The interior section will be overlapped by the meter value and path sections where applicable.

When set to Inner, the radius of the interior section will be from origin to the closest edge of the meter value and path displays, where applicable. The borders of the value and path sections will still overlap the interior section, if they are in use.

Requirements

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

See Also