FourSidedCss

[ Interface ]

export interface FourSidedCss {
    left: number;
    leftUnit?: TcHmi.DimensionUnit;
    top: number;
    topUnit?: TcHmi.DimensionUnit;
    right: number;
    rightUnit?: TcHmi.DimensionUnit;
    bottom: number;
    bottomUnit?: TcHmi.DimensionUnit;
}

Properties

Name

Type

Description

left

number

Numerical value that is applicable on the left side.

leftUnit

TcHmi.DimensionUnit

Unit on the left side

top

number

Numerical value that is applicable on the top side.

topUnit

TcHmi.DimensionUnit

Unit on the top side

right

number

Numerical value that is applicable on the right side.

rightUnit

TcHmi.DimensionUnit

Unit on the right side

bottom

number

Numerical value that is applicable on the bottom side.

bottomUnit

TcHmi.DimensionUnit

Unit on the bottom side

FourSidedCss 1:

Available from 1.8