Specifies the width of the Cute Editor control on the page.

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

Syntax

C#
public override Unit Width { get; set; }
Visual Basic
Public Overrides Property Width As Unit
	Get
	Set
Visual C++
public:
virtual property Unit Width {
	Unit get () override;
	void set (Unit value) override;
}

See Also