Outline.MaxWidth Property

Aspose.Note for .NET API

OutlineMaxWidth Property

Gets or sets the max width.

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

Property Value

Type: Single
See Also