---
title: size
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsmenu/size
---

# size

The size of the menu in screen coordinates

## Declaration

```swift
var size: NSSize { get }
```

## Discussion

Discussion This property contains a value of type NSSize, indicating the size of the menu in screen coordinates. The menu may draw at a smaller size when shown, depending on its positioning and display configuration.

## See Also

### Configuring Menu Size

- [minimumWidth](appkit/nsmenu/minimumwidth.md)
