[]
        
(Showing Draft Content)

C1.Win.Gauge.C1GaugeGradientDirection

C1GaugeGradientDirection Enum

The set of possible gradient directions.

Namespace: C1.Win.Gauge
Assembly: C1.Win.Gauge.8.dll
Syntax
public enum C1GaugeGradientDirection

Fields

Name Description
BackwardDiagonal

Specifies a gradient from upper right to lower left.

CornerRay

Specifies a gradient from center to four corners.

ForwardDiagonal

Specifies a gradient from upper left to lower right.

Horizontal

Specifies a gradient from left to right.

RadialInner

Specifies a gradient from center radially (inscribed ellipse).

RadialOuter

Specifies a gradient from center radially (circumellipse).

Vertical

Specifies a gradient from top to bottom.