Margins.Right Property

Aspose.Note for .NET API

MarginsRight Property

Gets or sets the right margin width.

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

Property Value

Type: Single
See Also