Create gradient with the specified type.

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

Syntax

C#
protected Gradient(
	GradientType type
)
Visual Basic
Protected Sub New ( _
	type As GradientType _
)
Visual C++
protected:
Gradient(
	GradientType type
)

Parameters

type
Type: Arctorus.Documents..::..GradientType
gradient type.

See Also