AboutSupportDeveloper GuideVersion 39.125.81.6

Defines and applies rounded corners for a frameless window. NOTE: On macOS corner is not ellipse but circle rounded by the average of height and width.

interface CornerRounding {
    height: number;
    width: number;
}

Properties

Properties

height: number

Default Value

0

The height in pixels.
width: number

Default Value

0

The width in pixels.