BorderRadius

skn[ Interface ]

export interface BorderRadius {
    topLeft: number;
    topLeftUnit?: TcHmi.DimensionUnit;
    topRight: number;
    topRightUnit?: TcHmi.DimensionUnit;
    bottomRight: number;
    bottomRightUnit?: TcHmi.DimensionUnit;
    bottomLeft: number;
    bottomLeftUnit?: TcHmi.DimensionUnit;
}

Properties

Name

Type

Description

topLeft

number

Numerical value of the radius in the top left corner

topLeftUnit (optional)

TcHmi.DimensionUnit

Unit of the radius in the top left corner

topRight

number

Numerical value of the radius in the top right corner

topRightUnit (optional)

TcHmi.DimensionUnit

Unit of the radius in the top right corner

bottomRight

number

Numerical value of the radius in the bottom right corner

topLeftUnit (optional)

TcHmi.DimensionUnit

Unit of the radius in the bottom right corner

bottomLeft

number

Numerical value of the radius in the bottom left corner

bottomLeftUnit (optional)

TcHmi.DimensionUnit

Unit of the radius in the bottom left corner

Schema: tchmi:framework#/definitions/BorderRadius

BorderRadius 1:

Available from 1.8