Margins.Top Property

Aspose.Note for .NET API

MarginsTop Property

Gets or sets the top margin width.

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

Property Value

Type: Single
See Also