MarkdownColumnAlignment Type
Column in a table can be aligned to left, right, center or using the default alignment
Union cases
| Union case |
Description
|
Full Usage:
AlignCenter
|
|
Full Usage:
AlignDefault
|
|
Full Usage:
AlignLeft
|
|
Full Usage:
AlignRight
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsAlignCenter
Returns: bool
|
|
Full Usage:
this.IsAlignDefault
Returns: bool
|
|
Full Usage:
this.IsAlignLeft
Returns: bool
|
|
Full Usage:
this.IsAlignRight
Returns: bool
|
|
FSharp.Formatting