Namespace: Cartella.Models.EditForm
Assembly: CartellaDomainModels (in CartellaDomainModels.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

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

See Also