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

# size

The size of the tile.

## Declaration

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

## Discussion

Discussion This corresponds to the size of the backing store in the dock, which may be bigger than the actual tile displayed on the screen.

## See Also

### Getting the Tile Information

- [owner](appkit/nsdocktile/owner.md)
