UIButton.CurrentTitleColor Property

Definition

The color used to display this UIButton's CurrentTitle. Read-only.

public virtual UIKit.UIColor CurrentTitleColor { [Foundation.Export("currentTitleColor", ObjCRuntime.ArgumentSemantic.Strong)] get; }
member this.CurrentTitleColor : UIKit.UIColor

Property Value

Attributes

Remarks

This member participates in the UIAppearance styling system. See the Appearance property and the AppearanceWhenContainedIn(Type[]) method.

Applies to