The properties of UIKit.UIControl are listed below. For a list of all members, see the UIControl Members list.
See Also: Inherited members from UIKit.UIView
| [read-only] | AllControlEvents | UIControlEvent. The control events associated with this UIControl. |
| [read-only] | AllTargets | Foundation.NSSet. The target objects associated with this UIControl. |
| [read-only] static | Appearance | UIControl.UIControlAppearance. Strongly-typed property that returns the UIAppearance class for this class. |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| Enabled | bool. Whether this UIControl is enabled. | |
| Highlighted | bool. Whether this UIControl is highlighted. | |
| HorizontalAlignment | UIControlContentHorizontalAlignment. The horizontal alignment of this UIControl's content. | |
| Selected | bool. Whether this UIControl is selected. | |
| [read-only] | State | UIControlState. A bitmask that indicates the state of this UIControl. Read-only. |
| [read-only] | TouchInside | bool. Whether a touch is inside this UIControl. Read-only. |
| [read-only] | Tracking | bool. Whether this UIControl is tracking touches related to an event. Read-only. |
| VerticalAlignment | UIControlContentVerticalAlignment. The vertical alignment of this UIControl's content. |