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

Gets or sets the desired angle for the calculation of the start of the linear gradient fill in the pin of the primary gauge.

Syntax

Visual Basic (Declaration) 
Public Overridable Property PinLinearAngle As Integer
C# 
public virtual int PinLinearAngle {get; set;}

Property Value

Integer

Remarks

Valid values are from 0 to 359, and is only available if the PinBrushType property is equal to Linear.

The value supplied indicates the angle in the pin where the PinColor starts the gradient which transitions in to the PinColorTo.

A value of 0 indicates the gradient starts on the left side of the pin and continues towards the right.

A value of 90 would cause the gradient to start at the top of the pin and move towards the bottom.

A value of 45 would create a diagonal gradient, starting in the top left and moving to the bottom right.

A value of 180 would mirror the gradient displayed with a value of 0, having it start on the right side and move towards the left.

Requirements

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

See Also