ImagePosition Parameter
Controls where image specified in Image
parameter is placed.
Format
VALUE="<Position>,<A>,<B>"
DEFAULT:
<Position>="ABSOLUTE"
<A>="0"
<B>="0"
<Position> defines coordinate system in which
we are working. Can have one of the following values:
- ABSOLUTE - <A> and <B> represent x and y
coordinates relative to one of the corners of the button. If both <A>
and <B> are positive, then top left corner is used as a coordinate
center, x coordinate goes to the right and y coordinate goes to the down. A
negative value of either coordinate can be used to specify a coordinate
relative to the opposite side of the button which advances in opposite
direction.
- CENTER - image is placed in the center of the button.
- LEFT - image is placed <A> pixels to the left
from label.
- RIGHT - image is placed <A> pixels to the right
from label.
- TOP - image is placed <A> pixels to the top from
label.
- BOTTOM - image is placed <A> pixels to the bottom
from label.
<A> and <B> contain values whose
meanings are determined by <Position>.
Examples
See Image Examples.
PopupNavigator Reference Home