RichText.SpaceBefore Property

Aspose.Note for .NET API

RichTextSpaceBefore Property

Gets or sets the minimum amount of space before.

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

Property Value

Type: Single
See Also