Border

Estimated reading: 2 minutes 1968 views

The border control is used to add a border to a picture box, table, or form.

Properties

Appearance

BGColor: Choose the background color to be displayed inside the box. 

BorderThickness(px): Specify the border thickness value in pixels. The order of the border will be (left, top, right, bottom).

BorderBrush: Specify the color of the border. 

CornerRadius: Specify how sharp the corner should be. By default, it is 0, 0, 0, 0. If the corners have to be blunt increase the number accordingly. 

GENERAL PROPERTIES

FormName: Autofills to whichever form the control is dropped into.

TabIndex: Specifies the position to which the cursor has to move when the tab on the keyboard is used.

Type: This is auto populated once the border control is selected.

INPUTS

ControlName: Default name given to the control used.

IsFocusable: When enabled, the button remains visible on the screen and is ready for user interaction

POSITION (px)

Left : Increasing the count will move the control to the right side. Decreasing the count will move it to the Left side. This is a mandatory field to execute the workflow

Top: Increasing the count will bring the control down and decreasing the count will move the control up. This is a mandatory field to execute the workflow

SIZE (px)

Height: You can increase or decrease the height of the box. This is a mandatory field to execute the workflow

Width:  You can increase or decrease the width of the box. This is a mandatory field to execute the workflow

Share this Doc

Border

Or copy link

CONTENTS