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 | Numerical value of the radius in the top left corner | |
topLeftUnit (optional) | Unit of the radius in the top left corner | |
topRight | Numerical value of the radius in the top right corner | |
topRightUnit (optional) | Unit of the radius in the top right corner | |
bottomRight | Numerical value of the radius in the bottom right corner | |
topLeftUnit (optional) | Unit of the radius in the bottom right corner | |
bottomLeft | Numerical value of the radius in the bottom left corner | |
bottomLeftUnit (optional) | Unit of the radius in the bottom left corner |
Schema: tchmi:framework#/definitions/BorderRadius
Available from 1.8 |