XRTextDecorationType (Windows Embedded CE 6.0)
1/6/2010
This enumeration contains members that describe the text decorations.
Syntax
enum XRTextDecorationType{
XRTextDecorationType_None=0,
XRTextDecorationType_Underline=1
};
Members
- XRTextDecorationType_None
Indicates no text decorations.
- XRTextDecorationType_Underline
Indicates an underlined text decoration.
Remarks
A text decoration is a visual ornament that you can add to text.
.NET Framework Equivalent
System.Windows.TextDecorationCollection
Requirements
Header | XamlRuntime.h |
sysgen | SYSGEN_XAML_RUNTIME |
Windows Embedded CE | Windows Embedded CE 6.0 R3 |