TableCell.MaxWidth Property

Aspose.Note for .NET API

TableCellMaxWidth Property

Gets the max width.

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

Property Value

Type: Single
See Also