Margins.Left Property

Aspose.Note for .NET API

MarginsLeft Property

Gets or sets the left margin width.

Namespace:  Aspose.Note
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
public float Left { get; set; }
Public Property Left As Single
	Get
	Set
public:
property float Left {
	float get ();
	void set (float value);
}
member Left : float32 with get, set

Property Value

Type: Single
See Also