Enumeration BackgroundTextureModeConst

Enumeration Members

Enumeration Members

CENTER: 1

CENTER - CENTER enables the texture to be rendered centered in relation to the element. If the element is smaller than the texture then the background should use the element as stencil to cut off the out-of-bounds area

NINE_SLICES: 0
STRETCH: 2

STRETCH - STRETCH enables the texture to cover all the area of the container, adopting its aspect ratio.