Difference between revisions of "LavishGUI:frame (Element Type)"

From Lavish Software Wiki
Jump to navigation Jump to search
Line 6: Line 6:
  
 
=== Frame-Specific Properties ===
 
=== Frame-Specific Properties ===
BackgroundColor
+
*'''BackgroundColor'''
 
: Background color
 
: Background color
Border
+
*'''Border'''
 
: Size of border around the element. This border is included in the size of the element
 
: Size of border around the element. This border is included in the size of the element
BorderColor
+
*'''BorderColor'''
 
: Border color
 
: Border color
Texture
+
*'''Texture'''
 
: Texture, if any
 
: Texture, if any
 
== Examples ==
 
== Examples ==

Revision as of 23:24, 20 September 2005

Introduction

What is a Frame?

A frame is a box to contain other elements.

Using Frames

Frames are descendants of the base element type. Any attributes of the base element type may be applied in addition to the frame-specific properties described below.

Frame-Specific Properties

  • BackgroundColor
Background color
  • Border
Size of border around the element. This border is included in the size of the element
  • BorderColor
Border color
  • Texture
Texture, if any

Examples

Example code

  <frame name='TestFrame'>
      <X>30%</X>
      <Y>30%</Y>
      <Height>250</Height>
      <Width>200</Width>
  </frame>

See Also