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.Version(1)]
enum class ParagraphStyle
[Windows.Foundation.Metadata.Version(1)]
public enum ParagraphStyle
var value = Microsoft.UI.Text.ParagraphStyle.undefined
Public Enum ParagraphStyle
- Inheritance
-
ParagraphStyle
- Attributes
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. |