Gets or sets start color stop. Value is in the range [0..1].

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

Syntax

C#
public float StartColorStop { get; set; }
Visual Basic
Public Property StartColorStop As Single
	Get
	Set
Visual C++
public:
property float StartColorStop {
	float get ();
	void set (float value);
}

See Also