ImagePosition enum

The ImagePosition enum represents the different ways that an image can be positioned in the available space.

Members

All members of ImagePosition, including inherited members.

Variables
Modifier and Type Variable Description
public ImagePosition_Center Image positioned at the center.
public ImagePosition_LowerLeft Image positioned at the bottom left.
public ImagePosition_LowerMiddle Image positioned at the bottom middle.
public ImagePosition_LowerRight Image positioned at the bottom right.
public ImagePosition_MiddleLeft Image positioned at the middle left.
public ImagePosition_MiddleRight Image positioned at the middle right.
public ImagePosition_Unknown We don't know the image position.
public ImagePosition_UpperLeft Image positioned at the top left.
public ImagePosition_UpperMiddle Image positioned at the top middle.
public ImagePosition_UpperRight Image positioned at the top right.
Methods
Modifier and Type Method Description
public int getValue()