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

Gets or sets the desired angle for the calculation of the start of the linear gradient fill in the interior section of a circle meter.

Syntax

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

Property Value

Integer

Remarks

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

The value supplied indicates the angle in the pin where the CenterBackColor starts the gradient which transitions in to the CenterBackColorTo.

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