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
Wiki Markup
{description}
{excerpt}The [HAlign|Style.HAlign] class contains all horizontal alignment options.{excerpt}
{signature:C#}
 public sealed class HAlign : TypesafeEnum
{signature}{signature: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.|