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_NONE Value: 0 Text isn't decorated. |
MF_TIMED_TEXT_DECORATION_UNDERLINE Value: 1 Text is underlined. |
MF_TIMED_TEXT_DECORATION_LINE_THROUGH Value: 2 Text has a line through it. |
MF_TIMED_TEXT_DECORATION_OVERLINE Value: 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 |