ColumnAlignment Enum

Definition

Caution

Parsing code has been deprecated, we suggest using Markdig. See https://github.com/windows-toolkit/WindowsCommunityToolkit/issues/3200 for more info.

The alignment of content in a table column.

[System.Obsolete("Parsing code has been deprecated, we suggest using Markdig. See https://github.com/windows-toolkit/WindowsCommunityToolkit/issues/3200 for more info.")]
public enum ColumnAlignment
[<System.Obsolete("Parsing code has been deprecated, we suggest using Markdig. See https://github.com/windows-toolkit/WindowsCommunityToolkit/issues/3200 for more info.")>]
type ColumnAlignment = 
Public Enum ColumnAlignment
Inheritance
ColumnAlignment
Attributes

Fields

Center 3

Content should be centered.

Left 1

Content should be left aligned.

Right 2

Content should be right aligned.

Unspecified 0

The alignment was not specified.

Applies to