| Visual Basic (Declaration) | |
|---|---|
Public Overridable Property CenterCircleSize As enumCircleSize | |
| C# | |
|---|---|
public virtual enumCircleSize CenterCircleSize {get; set;} | |
Property Value
enumCircleSizeWhen 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.