Namespace: CuteEditor.Convertor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

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

See Also