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  | Numerical value that is applicable on the left side.  | |
leftUnit  | Unit on the left side  | |
top  | Numerical value that is applicable on the top side.  | |
topUnit  | Unit on the top side  | |
right  | Numerical value that is applicable on the right side.  | |
rightUnit  | Unit on the right side  | |
bottom  | Numerical value that is applicable on the bottom side.  | |
bottomUnit  | Unit on the bottom side  | 
![]()  | Available from 1.8  | 
