OfficeIMO

API Reference

Enum

PowerPointShapeAnchor

Namespace OfficeIMO.PowerPoint
Assembly OfficeIMO.PowerPoint
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Anchor positions used when resizing or scaling shapes.

Inheritance

  • Enum
  • PowerPointShapeAnchor

Values

public const PowerPointShapeAnchor TopLeft #

Top-left corner.

Value: 0
public const PowerPointShapeAnchor Top #

Top edge center.

Value: 1
public const PowerPointShapeAnchor TopRight #

Top-right corner.

Value: 2
public const PowerPointShapeAnchor Left #

Left edge center.

Value: 3
public const PowerPointShapeAnchor Center #

Center point.

Value: 4
public const PowerPointShapeAnchor Right #

Right edge center.

Value: 5
public const PowerPointShapeAnchor BottomLeft #

Bottom-left corner.

Value: 6
public const PowerPointShapeAnchor Bottom #

Bottom edge center.

Value: 7
public const PowerPointShapeAnchor BottomRight #

Bottom-right corner.

Value: 8