dbicGauge Send comments on this topic.
PinRadialOffset Property
See Also 
dbicGauge Assembly > Dbi.WinControl.Gauge Namespace > dbiGauge Class : PinRadialOffset Property

Gets or sets the horizontal and vertical offset used to calculate where the center of the radial gradient is calculated in the pin of the primary gauge.

Syntax

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

Property Value

Point

Remarks

This property is only valid if the PinBrushType property is set to radial.

The center point of the pin, is where the highest concentration of the value of the PinColor property is located.

Requirements

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

See Also