Shape

[TOC]

The Input Builder Shape section, contains the following properties :

InputShape

Appearance

Properties Description
Angle Angle of gradient.
BackColor The background color of the field.
BKColor1 The shapes fills color 1.
BKColor2 The shapes fill color 2.
CustomShape Used to customize the shape.
Font The font of the component.
ForeColor The fore color of the field.
OutlineColor The shapes border color.
OutlineWidth Width of border of the field.
RoundRectangleRadius
Shape Shape of the field.
Text The text to be displayed in this field.
TextAlignment Determines the position of the text within the label.
WordWrap Used to wrap text in this field.

Behavior

Properties Description
EnableMouseEvents Determines whether the field gets mouse events.
MouseOverHand Determines whether the field shows hand when mouse is over it.
Visible Determines whether field is visible or hidden.

Border

Properties Description
BorderColor The border color of the field.
BorderEnabled Enables border of the field.
BorderStyle Enables border style of the field.
BorderWidth Width of border of field.

Design

Properties Description
Locked Object will not be resized or moved in the designer.
Name Indicates the name used in scripts to identify the object.

InputLink

Properties Description
ControllerInput
TextFormat

Layer

Properties Description
Layer

Layout

Properties Description
Anchor
Location The coordinates of the upper-left corner of the field.
Margin Specifies the inner margin of the Control that will be used to clip and align text.
Size The size of the field in pixels.

Scripts

Properties Description
OnMouseClick Script that will be performed when field is clicked.
OnMouseEnter Script that will be performed when mouse comes over top of field.
OnMouseLeave Script that will be performed when mouse is no longer over field.