Gets or sets the left margin of an element.

Namespace:  PerpetuumSoft.Framework.Drawing
Assembly:  PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1

Syntax

C#
public double Left { get; }
Visual Basic (Declaration)
Public ReadOnly Property Left As Double
Visual C++
public:
property double Left {
	double get ();
}

See Also