ParagraphStyle Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the paragraph style.
public enum class ParagraphStyle
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class ParagraphStyle
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum ParagraphStyle
var value = Windows.UI.Text.ParagraphStyle.undefined
Public Enum ParagraphStyle
- Inheritance
-
ParagraphStyle
- Attributes
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
Fields
Name | Value | Description |
---|---|---|
Undefined | 0 | The paragraph style is undefined. |
None | 1 | There is no paragraph style. |
Normal | 2 | The paragraph style is normal. |
Heading1 | 3 | The top level heading. |
Heading2 | 4 | The second level heading. |
Heading3 | 5 | Third level heading. |
Heading4 | 6 | Fourth level heading. |
Heading5 | 7 | Fifth level heading. |
Heading6 | 8 | Sixth level heading. |
Heading7 | 9 | Seventh level heading. |
Heading8 | 10 | Eighth level heading. |
Heading9 | 11 | Ninth level heading. |