MF_TIMED_TEXT_DECORATION enumeration
[Some information relates to pre-released product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.]
Specifies how text is decorated (underlined and so on).
Syntax
typedef enum _MF_TIMED_TEXT_DECORATION { MF_TIMED_TEXT_DECORATION_NONE = 0, MF_TIMED_TEXT_DECORATION_UNDERLINE = 1, MF_TIMED_TEXT_DECORATION_LINE_THROUGH = 2, MF_TIMED_TEXT_DECORATION_OVERLINE = 4 } MF_TIMED_TEXT_DECORATION;
Constants
- MF_TIMED_TEXT_DECORATION_NONE
-
Text isn't decorated.
- MF_TIMED_TEXT_DECORATION_UNDERLINE
-
Text is underlined.
- MF_TIMED_TEXT_DECORATION_LINE_THROUGH
-
Text has a line through it.
- MF_TIMED_TEXT_DECORATION_OVERLINE
-
Text has a line over it.
Requirements
|
Minimum supported client |
Windows 10 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2016 [desktop apps only] |
|
Header |
|
See also