Gets or sets a value indicating whether this is multiline.
Namespace: Spire.Pdf.WidgetAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
bool Multiline { get; set; }
Property Multiline As Boolean Get Set
property bool Multiline { bool get (); void set (bool value); }
abstract Multiline : bool with get, set
Property Value
BooleanTrue if the field is multiline, false otherwise. Default is false.