# WindowManager_AvoidArea ## Overview The WindowManager_AvoidArea struct describes the avoid area. **Since**: 15 **Related module**: [WindowManager_NativeModule](_window_manager___native_module.md) ## Summary ### Member Variables | Name| Description| | -------- | -------- | | [WindowManager_Rect](_window_manager___rect.md) [topRect](#toprect) | Top rectangle of the avoid area.| | [WindowManager_Rect](_window_manager___rect.md) [leftRect](#leftrect) | Left rectangle of the avoid area.| | [WindowManager_Rect](_window_manager___rect.md) [rightRect](#rightrect) | Right rectangle of the avoid area.| | [WindowManager_Rect](_window_manager___rect.md) [bottomRect](#bottomrect) | Bottom rectangle of the avoid area.| ## Member Variable Description ### bottomRect ``` WindowManager_Rect WindowManager_AvoidArea::bottomRect ``` **Description** Bottom rectangle of the avoid area. ### leftRect ``` WindowManager_Rect WindowManager_AvoidArea::leftRect ``` **Description** Left rectangle of the avoid area. ### rightRect ``` WindowManager_Rect WindowManager_AvoidArea::rightRect ``` **Description** Right rectangle of the avoid area. ### topRect ``` WindowManager_Rect WindowManager_AvoidArea::topRect ``` **Description** Top rectangle of the avoid area.