ParagraphAlignment
ParagraphAlignment
ParagraphAlignment
ParagraphAlignment
Enum
Definition
Specifies values for aligning paragraphs.
public : enum class ParagraphAlignmentpublic enum ParagraphAlignmentPublic Enum ParagraphAlignment// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| Center Center Center Center | Text is centered between the margins. |
| Justify Justify Justify Justify | Text is equally distributed between the margins so that each line of the paragraph, other than the last, is identical in length. |
| Left Left Left Left | Text aligns with the left margin. |
| Right Right Right Right | Text aligns with the right margin. |
| Undefined Undefined Undefined Undefined | No paragraph alignment is defined. |