AboutSupportDeveloper GuideVersion 41.134.102.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

The height in pixels.

0
width: number

The width in pixels.

0
""