MF_TIMED_TEXT_ALIGNMENT enumeration (mfmediaengine.h)
Specifies how text is aligned in its parent block element.
Syntax
typedef enum MF_TIMED_TEXT_ALIGNMENT {
MF_TIMED_TEXT_ALIGNMENT_START = 0,
MF_TIMED_TEXT_ALIGNMENT_END = 1,
MF_TIMED_TEXT_ALIGNMENT_CENTER = 2
} ;
Constants
MF_TIMED_TEXT_ALIGNMENT_START Value: 0 Text is aligned at the start of its parent block element. |
MF_TIMED_TEXT_ALIGNMENT_END Value: 1 Text is aligned at the end of its parent block element. |
MF_TIMED_TEXT_ALIGNMENT_CENTER Value: 2 Text is aligned in the center of its parent block element. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10 [desktop apps only] |
Minimum supported server | Windows Server 2016 [desktop apps only] |
Header | mfmediaengine.h |