BorderStyle

[ Interface ]

export interface BorderStyle {
    left: TcHmi.BorderStyleValue;
    top: TcHmi.BorderStyleValue;
    right: TcHmi.BorderStyleValue;
    bottom: TcHmi.BorderStyleValue;
}

Properties

Name

Type

Description

left

TcHmi.BorderStyleValue

Definition of the border on the left side.

top

TcHmi.BorderStyleValue

Definition of the border on the top side.

right

TcHmi.BorderStyleValue

Definition of the border on the right side.

bottom

TcHmi.BorderStyleValue

Definition of the border on the bottom side.

Schema: tchmi:framework#/definitions/BorderStyle

BorderStyle 1:

Available from 1.8