The properties of UIKit.UIButton are listed below. For a list of all members, see the UIButton Members list.
See Also: Inherited members from UIKit.UIControl
| AdjustsImageWhenDisabled | bool. Whether the image changes when this UIButton is disabled. | |
| AdjustsImageWhenHighlighted | bool. Whether the image changes when this UIButton is highlighted. | |
| [read-only] static | Appearance | UIButton.UIButtonAppearance. Strongly-typed property that returns the UIAppearance class for this class. |
| [read-only] | ButtonType | UIButtonType. The UIButtonType of this UIButton. |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| ContentEdgeInsets | UIEdgeInsets. The insets or outsets for the RectangleF surrounding this UIButton's contents. | |
| [read-only] | CurrentAttributedTitle | Foundation.NSAttributedString. The title currently being displayed by this UIButton, with attributes. Read-only. |
| [read-only] | CurrentBackgroundImage | UIImage. The UIImage that is displayed in the background of this UIButton. Read-only. |
| [read-only] | CurrentImage | UIImage. The UIImage that is displayed on this UIButton. Read-only. |
| [read-only] | CurrentTitle | string. The title currently being displayed by this UIButton. Read-only. |
| [read-only] | CurrentTitleColor | UIColor. The color used to display this UIButton's CurrentTitle. Read-only. |
| [read-only] | CurrentTitleShadowColor | UIColor. The color being used for this UIButton's title's shadow. Read-only. |
| Font | UIFont. The font used for the text of the button. | |
| ImageEdgeInsets | UIEdgeInsets. The insets or outsets for the RectangleF around this UIButton's CurrentImage. | |
| [read-only] | ImageView | UIImageView. This UIButton's UIImageView. Read-ony. |
| LineBreakMode | UILineBreakMode. The line-break mode of the button. | |
| ReverseTitleShadowWhenHighlighted | bool. Whether the title shadow should change when this UIButton is highlighted. | |
| ShowsTouchWhenHighlighted | bool. Whether this UIButton should glow when tapped. | |
| TitleEdgeInsets | UIEdgeInsets. The insets or outsets for the RectangleF around this UIButton's CurrentTitle. | |
| [read-only] | TitleLabel | UILabel. The UIView that displays the value of this UIButton's CurrentTitle. Read-only. |
| TitleShadowOffset | CoreGraphics.CGSize. The offset used for creating the title's shadow. |