Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

 

...

Description

...

}
Excerpt
Enum for aligning pictures within a slide.{excerpt}
{signature:C#}
 public 
Signature
C#
C#
<pre>public sealed class Alignment : TypesafeEnum
{signature}
{signature:TypesafeEnum</pre>
} Public
Signature
vb.net
vb.net
<pre>Public NotInheritable Class alignment
Inherits TypesafeEnum
{signature}
{TypesafeEnum</pre>
Wiki Markup
{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.|