Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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_STARTValue: 0 Text is aligned at the start of its parent block element. |
MF_TIMED_TEXT_ALIGNMENT_ENDValue: 1 Text is aligned at the end of its parent block element. |
MF_TIMED_TEXT_ALIGNMENT_CENTERValue: 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 |