Enum ControlPictureAlignmentType

Enum ControlPictureAlignmentType

Namespace: Aspose.Cells.Drawing.ActiveXControls
Assembly: Aspose.Cells.dll (25.2.0)

Represents the alignment of the picture inside the Form or Image.

public enum ControlPictureAlignmentType

Fields

BottomLeft = 3

The bottom left corner.

BottomRight = 4

The bottom right corner.

Center = 2

The center.

TopLeft = 0

The top left corner.

TopRight = 1

The top right corner.