Gets or sets left margin in a text box.

Namespace: Arctorus.Documents
Assembly: Arctorus.Documents (in Arctorus.Documents.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

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

See Also