[Missing <summary> documentation for "P:AW.Cloth.Color"]

Namespace: AW
Assembly: AW.Core (in AW.Core.dll) Version: 0.3.11.100

Syntax

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

See Also