CADability dotNET
Gets or sets the select color

Namespace: CADability
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
Color SelectColor { get; set; }
Visual Basic
Property SelectColor As Color
	Get
	Set
Visual C++
property Color SelectColor {
	Color get ();
	void set (Color value);
}

See Also