Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Description

Excerpt

The HAlign class contains all horizontal alignment options.

Signature
C#C#
Wiki Markup
{description}
{excerpt}The [HAlign|Style.HAlign] class contains all horizontal alignment options.{excerpt}
{signature:C#}
 public sealed class HAlign : TypesafeEnum
Signature
{signature}{signature:vb.net
vb.net
}
Public NotInheritable Class HAlign
		Inherits TypesafeEnum
Values

...

Name

...

Description

...

Text will be centered horizontally.

...

Center across selection.

...

Text will be distributed horizontally.

...

Fill

...

General

...

Text will be justified.

...

Text will be left-aligned.

...

{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.|