Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS Tech Support » XML Skin Collapse All
Subject Author Date
Nigel Channon Apr 25, 2008 - 8:53 AM

I like change Aqua XML Skin. Please provide me description about Tp, Lp, Rp, Bp, Ctp, Clp, Crp, Cbp. I use ProfUIS 2.83 Beta.

Technical Support Apr 26, 2008 - 1:34 AM

Ctp/Cbp/Clp/Crp is a top/bottom/left/right padding of UI item’s content. Tp/Bp/Lp/Rp is a top/bottom/left/right padding of bitmap for painting algorithm. The Black Diamond skin uses equal content and bitmap padding values. The Aqua skin uses different in some cases. The DrawMethod attribute defines bitmap painting algorithm:
- "Hollow" - do not draw anything (similar to absent skin item).
- "Stretch" - stretch bitmap both horizontally and vertically.
- "Center" - center bitmap (Tp/Bp/Lp/Rp are ignored in this case).
- "TileH" - tile bitmap horizontally and stretch vertically.
- "TileV" - tile bitmap vertically and stretch horizontally.
- "Tile" - tile bitmap both horizontally and vertically.