Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Description

Excerpt

The HAlign class contains all horizontal alignment options.

Signature
C#
C#
 public sealed class HAlign : TypesafeEnum
{signature}{signature:
}
Signature
vb.net
vb.net
Public NotInheritable Class HAlign
		Inherits TypesafeEnum
{signature}
{values}
||Name||Description||
|{anchor:Center}Center|Text will be centered horizontally.|
|{anchor:CenterAcrossSelection}CenterAcrossSelection|Center across selection.|
|{anchor:Distributed}Distributed|Text will be distributed horizontally.|
|{anchor:Fill}Fill|Fill|
|{anchor:General}General|General|
|{anchor:Justify}Justify|Text will be justified.|
|{anchor:Left}Left|Text will be left\-aligned.|
|{anchor:Right}Right|Text will be right\-aligned.|

Values

Name

Description

Anchor
Center
Center
Center

Text will be centered horizontally.

Anchor
CenterAcrossSelection
CenterAcrossSelection
CenterAcrossSelection

Center across selection.

Anchor
Distributed
Distributed
Distributed

Text will be distributed horizontally.

Anchor
Fill
Fill
Fill

Fill

Anchor
General
General
General

General

Anchor
Justify
Justify
Justify

Text will be justified.

Anchor
Left
Left
Left

Text will be left-aligned.

Anchor
Right
Right
Right

Text will be right-aligned.