ParagraphStyle Enum

Definition

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

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.

None 1

There is no paragraph style.

Normal 2

The paragraph style is normal.

Undefined 0

The paragraph style is undefined.

Applies to