DT_WordWrap Field
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Specifies whether a line of bitmap text automatically wraps words to the beginning of the next line when the line reaches its maximum width.
Namespace: Microsoft.SPOT
Assembly: Microsoft.SPOT.Graphics (in Microsoft.SPOT.Graphics.dll)
Syntax
'Declaration
Public Const DT_WordWrap As UInteger
public const uint DT_WordWrap
public:
literal unsigned int DT_WordWrap
static val mutable DT_WordWrap: uint32
public const var DT_WordWrap : uint
Remarks
The .NET Micro Framework provides the Microsoft.SPOT.Bitmap class for lower-level access, such as animation. For displaying static bitmaps and hyperlinked bitmaps, use the Image control.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.