---
title: showsResizeIndicator
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nswindow/showsresizeindicator
---

# showsResizeIndicator

A Boolean value that indicates whether the window’s resize indicator is visible.

## Declaration

```swift
var showsResizeIndicator: Bool { get set }
```

## Discussion

Discussion The value of this property is true when the window’s resize indicator is visible; otherwise, false. This property does not affect whether the window is resizable.

## See Also

### Properties

- [backingLocation](appkit/nswindow/backinglocation-swift.property.md)
- [preferredBackingLocation](appkit/nswindow/preferredbackinglocation.md)
- [isOneShot](appkit/nswindow/isoneshot.md)
- [drawers](appkit/nswindow/drawers.md)
- [isFlushWindowDisabled](appkit/nswindow/isflushwindowdisabled.md)
- [isAutodisplay](appkit/nswindow/isautodisplay.md)
- [graphicsContext](appkit/nswindow/graphicscontext.md)
- [windowRef](appkit/nswindow/windowref.md)
