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

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.

Syntax

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

Property Value

Point

Remarks

This 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.

Requirements

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

See Also