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

Locations within a table cell for which padding values can be set.

Signature
C#
C#
 public sealed class Location : TypesafeEnum
{signature}{signature:
}
Signature
vb.net
vb.net
Public NotInheritable Class Location
		Inherits TypesafeEnum
{signature}
{values}
||Name||Description||
|{anchor:Bottom}Bottom|Bottom of the table cell|
|{anchor:Left}Left|Left side of the table cell|
|{anchor:Right}Right|Right side of the table cell|
|{anchor:Top}Top|Top of the table cell|
Values

Name

Description

Anchor
Bottom
Bottom
Bottom

Bottom of the table cell

Anchor
Left
Left
Left

Left side of the table cell

Anchor
Right
Right
Right

Right side of the table cell

Anchor
Top
Top
Top

Top of the table cell