AboutSupportDeveloper GuideVersion 47.154.100.2
OpenFin JavaScript API
    Preparing search index...

    Interface CornerRounding

    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;
    }
    Index
    height: number

    The height in pixels.

    0
    
    width: number

    The width in pixels.

    0