Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
} ;
Constants
MF_TIMED_TEXT_DECORATION_NONEValue: 0 Text isn't decorated. |
MF_TIMED_TEXT_DECORATION_UNDERLINEValue: 1 Text is underlined. |
MF_TIMED_TEXT_DECORATION_LINE_THROUGHValue: 2 Text has a line through it. |
MF_TIMED_TEXT_DECORATION_OVERLINEValue: 4 Text has a line over it. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 10 [desktop apps only] |
| Minimum supported server | Windows Server 2016 [desktop apps only] |
| Header | mfmediaengine.h |