Gets or sets the horizontal and vertical offset used to calculate where the center of the radial gradient is calculated in the interior section of a circle meter.
| Visual Basic (Declaration) | |
|---|---|
Public Overridable Property CenterRadialOffset As Point | |
| C# | |
|---|---|
public virtual Point CenterRadialOffset {get; set;} | |
Property Value
PointThis property is only valid if the CenterBrushType property is set to Radial.
The center point of the gradient, is where the highest concentration of the value of the CenterBackColor property is located.