DrawTextFormat Enumeration
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Specifies the method of formatting text.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.WindowsMobile.DirectX.Direct3D
Assembly: Microsoft.WindowsMobile.DirectX (in Microsoft.WindowsMobile.DirectX.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration DrawTextFormat
'Usage
Dim instance As DrawTextFormat
[FlagsAttribute]
public enum DrawTextFormat
[FlagsAttribute]
public enum class DrawTextFormat
[<FlagsAttribute>]
type DrawTextFormat
Members
Member name | Description | |
---|---|---|
None | Specifies no formatting. | |
Bottom | Justifies text to the bottom of the rectangle. This value must be combined with SingleLine. | |
Center | Centers text horizontally in the rectangle. | |
ExpandTabs | Expands tab characters. The default number of characters per tab is eight. | |
Left | Aligns text to the left. | |
NoClip | Draws without clipping. DrawText is somewhat faster when NoClip is used. | |
Right | Aligns text to the right. | |
SingleLine | Displays text on a single line only. Carriage returns and line feeds do not break the line. | |
Top | Top-justifies the text (on a single line only). | |
VerticalCenter | Centers the text vertically (on a single line only). | |
WordBreak | Breaks words. Lines are automatically broken between words if a word extends past the edge of the rectangle specified by DrawText methods that take a Rectangle parameter. A carriage return/line feed sequence also breaks the line. |
Platforms
Windows CE, Windows Mobile for Smartphone, Windows Mobile for Pocket PC
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Version Information
.NET Compact Framework
Supported in: 3.5, 2.0
See Also
Reference
Microsoft.WindowsMobile.DirectX.Direct3D Namespace