Type alias CornerRounding

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

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.

Type declaration

  • height: number

    Default Value

    0

    The height in pixels.

  • width: number

    Default Value

    0

    The width in pixels.

Generated using TypeDoc