Gets gradient type.

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

Syntax

C#
public GradientType Type { get; }
Visual Basic
Public ReadOnly Property Type As GradientType
	Get
Visual C++
public:
property GradientType Type {
	GradientType get ();
}

See Also