Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Description

Excerpt

Enum for aligning pictures within a slide.

Signature
C#C#
Wiki Markup
{description}
{excerpt}Enum for aligning pictures within a slide.{excerpt}
{signature:C#}
 public sealed class Alignment : TypesafeEnum
Signature
{signature}
{signature:vb.net
vb.net
}
Public NotInheritable Class alignment
Inherits TypesafeEnum
Values

...

Name

...

Description

...

Aligns the picture at the top of the slide.

...

Aligns the picture in the middle of the slide.

...

Aligns the picture on the bottom of the slide.

...

Aligns the picture on the left side of the slide.

...

Aligns the picture in the center of the slide.

...

{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.|