TextWrap Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets or sets the text-wrapping setting for the current Text object.

Namespace:  Microsoft.SPOT.Presentation.Controls
Assembly:  Microsoft.SPOT.TinyCore (in Microsoft.SPOT.TinyCore.dll)

Syntax

'Declaration
Public Property TextWrap As Boolean
public bool TextWrap { get; set; }
public:
property bool TextWrap {
    bool get ();
    void set (bool value);
}
member TextWrap : bool with get, set
function get TextWrap () : boolean
function set TextWrap (value : boolean)

Property Value

Type: System. . :: . .Boolean
true if the text automatically wraps from one line to the next; otherwise, false.

.NET Framework Security

See Also

Reference

Text Class

Microsoft.SPOT.Presentation.Controls Namespace