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}Vertical alignments for a table cell.{excerpt}
{signature:C#}
 public sealed class VerticalAlignment : TypesafeEnum
{signature}{signature:vb.net}
Public NotInheritable Class VerticalAlignment
		Inherits TypesafeEnum
{signature}
{values}
||Name||Description||
|{anchor:Bottom}Bottom|Text is aligned from the bottom of the cell|
|{anchor:Center}Center|Text is aligned from the center of the cell|
|{anchor:Top}Top|Text is aligned from the top of the cell|