UIKit.UIButton: Property Members

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

Public Properties

AdjustsImageWhenDisabledbool. Whether the image changes when this UIButton is disabled.
AdjustsImageWhenHighlightedbool. Whether the image changes when this UIButton is highlighted.
[read-only]
static
AppearanceUIButton.UIButtonAppearance. Strongly-typed property that returns the UIAppearance class for this class.
[read-only]
ButtonTypeUIButtonType. The UIButtonType of this UIButton.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
ContentEdgeInsetsUIEdgeInsets. The insets or outsets for the RectangleF surrounding this UIButton's contents.
[read-only]
CurrentAttributedTitleFoundation.NSAttributedString. The title currently being displayed by this UIButton, with attributes. Read-only.
[read-only]
CurrentBackgroundImageUIImage. The UIImage that is displayed in the background of this UIButton. Read-only.
[read-only]
CurrentImageUIImage. The UIImage that is displayed on this UIButton. Read-only.
[read-only]
CurrentTitlestring. The title currently being displayed by this UIButton. Read-only.
[read-only]
CurrentTitleColorUIColor. The color used to display this UIButton's CurrentTitle. Read-only.
[read-only]
CurrentTitleShadowColorUIColor. The color being used for this UIButton's title's shadow. Read-only.
FontUIFont. The font used for the text of the button.
ImageEdgeInsetsUIEdgeInsets. The insets or outsets for the RectangleF around this UIButton's CurrentImage.
[read-only]
ImageViewUIImageView. This UIButton's UIImageView. Read-ony.
LineBreakModeUILineBreakMode. The line-break mode of the button.
ReverseTitleShadowWhenHighlightedbool. Whether the title shadow should change when this UIButton is highlighted.
ShowsTouchWhenHighlightedbool. Whether this UIButton should glow when tapped.
TitleEdgeInsetsUIEdgeInsets. The insets or outsets for the RectangleF around this UIButton's CurrentTitle.
[read-only]
TitleLabelUILabel. The UIView that displays the value of this UIButton's CurrentTitle. Read-only.
TitleShadowOffsetCoreGraphics.CGSize. The offset used for creating the title's shadow.