Defines type of a gradient.

Namespace: Arctorus.Documents
Assembly: Arctorus.Documents (in Arctorus.Documents.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public enum GradientType
Visual Basic
Public Enumeration GradientType
Visual C++
public enum class GradientType

Members

Member nameValueDescription
Null0 Gradient is not defined.
Linear1 Linear gradient.
Radial2 Radial gradient.
Rectangular3 Rectangular gradient.

See Also