AboutSupportDeveloper GuideVersion 38.126.82.64
interface TrayInfo {
    bounds: Rectangle;
    monitorInfo: MonitorInfo;
    x: number;
    y: number;
}

Properties

Properties

bounds: Rectangle

The bound of tray icon in virtual screen pixels.

monitorInfo: MonitorInfo

Please see fin.System.getMonitorInfo for more information.

x: number

Copy of bounds.x.

y: number

Copy of bounds.y.