|
Syntax
NONE,
Description
This value specifies that a location is not yet assigned.
Syntax
LEFT_TOP,
Description
The graphic is located in the top left corner.
Syntax
MIDDLE_TOP,
Description
The graphic is located in the middle of the top edge.
Syntax
RIGHT_TOP,
Description
The graphic is located in the top right corner.
Syntax
LEFT_MIDDLE,
Description
The graphic is located in the middle of the left edge.
Syntax
MIDDLE_MIDDLE,
Description
The graphic is located at the center of the surrounding object.
Syntax
RIGHT_MIDDLE,
Description
The graphic is located in the middle of the right edge.
Syntax
LEFT_BOTTOM,
Description
The graphic is located in the bottom left corner.
Syntax
MIDDLE_BOTTOM,
Description
The graphic is located in the middle of the bottom edge.
Syntax
RIGHT_BOTTOM,
Description
The graphic is located in the bottom right corner.
Syntax
AREA,
Description
The graphic is scaled to fill the whole surrounding area.
Syntax
TILED,
Description
The graphic is repeatedly spread over the surrounding object
like tiles.
|