Texture Elements

A texture element is a static image or other drawn effect. It is drawn using XPaintClass, so all of the options given XPaintTexture options apply to it. In particular, you need to set (prefix)PaintingMode, usually to either ".singlecolor" or ".image" (though others are possible). Additionally, this respects (prefix)X, (prefix)Y, (prefix)Width and (prefix)Height.

Texture elements inherit common layout options and positionable element options.