> For the complete documentation index, see [llms.txt](https://3440217568.gitbook.io/rxswift/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://3440217568.gitbook.io/rxswift/rxswift_core/observable_and_observer/control_property.md).

# ControlProperty

**ControlProperty** 专门用于描述 **UI** 控件属性的，它具有以下特征：

* 不会产生 `error` 事件
* 一定在 `MainScheduler` 订阅（主线程订阅）
* 一定在 `MainScheduler` 监听（主线程监听）
* [共享附加作用](/rxswift/recipes/share_side_effects.md)
