Appearance Properties

These are general properties common to nearly all controls.

Backcolor

The background color of the control.  The effect of changing this depends on the control itself.  Setting this value on a Frame will also set the default background color for all controls on the Frame.

BackgroundImage

Sets the image file to use for the controls background.  The effect of changing the property depends on the type of control.  For most KineticaRT.Studio controls this will have no visible effect.

Cursor

This property specifies the mouse cursor to be used when the mouse is over the control.  It is generally not very useful.

Font

This property specifies the font to be used for any text displayed on the control.  If used on a Frame control then it also specifies the default font to be used for all controls on the Frame.

Forecolor

The foreground color of the control.  The effect of changing this depends on the control itself.  Setting this value on a Frame will also set the default forground color for all controls on the Frame.