Gets or sets a value indicating whether a text can be wrapped.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
| C# |
|---|
public virtual bool Wrapping { get; set; } |
| Visual Basic |
|---|
Public Overridable Property Wrapping As Boolean
Get
Set |
| Visual C++ |
|---|
public:
virtual property bool Wrapping {
bool get ();
void set (bool value);
} |
| F# |
|---|
abstract Wrapping : bool with get, set
override Wrapping : bool with get, set |
Property Value
Type:
Booleantrue if the text can be wrapped; otherwise,
false.
See Also