BorderStyle

Choice of the border style of the four sides of the control. The possible settings are none, solid line, dotted line or dashed line

A border is only displayed if Border Color, Border Width and Border Style have been set.

Schema: tchmi:framework#/definitions/BorderStyle

Attribute getter

public getBorderStyle(): TcHmi.BorderStyle | null;

Parameter

Name

Type

Description

-

-

-

Return value

Type

Description

TcHmi.BorderStyle, null

The current value of the attribute.

Attribute setter

public setBorderStyle(valueNew: TcHmi.BorderStyle | null): void;

Parameter

Name

Type

Description

valueNew

TcHmi.BorderStyle, null

The new value of the attribute. If null is passed, the internal default value is used.

Return value

Type

Description

void

No return value.

BorderStyle 1:

Available from 1.8