BorderStyle
[ Interface ]
export interface BorderStyle {
left: TcHmi.BorderStyleValue;
top: TcHmi.BorderStyleValue;
right: TcHmi.BorderStyleValue;
bottom: TcHmi.BorderStyleValue;
}
Properties
Name | Type | Description |
---|---|---|
left | Definition of the border on the left side. | |
top | Definition of the border on the top side. | |
right | Definition of the border on the right side. | |
bottom | Definition of the border on the bottom side. |
Schema: tchmi:framework#/definitions/BorderStyle
Available from 1.8 |