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}Enum for aligning pictures within a slide.{excerpt}
{signature:C#}
 public sealed class Alignment : TypesafeEnum
{signature}
{signature:vb.net}
Public NotInheritable Class alignment
Inherits TypesafeEnum
{signature}
{values}
||Name||Description||
|{anchor:Top}Top|Aligns the picture at the top of the slide.|
|{anchor:Middle}Middle|Aligns the picture in the middle of the slide.|
|{anchor:Bottom}Bottom|Aligns the picture on the bottom of the slide.|
|{anchor:Left}Left|Aligns the picture on the left side of the slide.|
|{anchor:Center}Center|Aligns the picture in the center of the slide.|
|{anchor:Right}Right|Aligns the picture on the right side of the slide.|