UIButton.TitleColor(UIControlState) Method

Definition

The title color for the specified button state.

[Foundation.Export("titleColorForState:")]
public virtual UIKit.UIColor TitleColor (UIKit.UIControlState state);
abstract member TitleColor : UIKit.UIControlState -> UIKit.UIColor
override this.TitleColor : UIKit.UIControlState -> UIKit.UIColor

Parameters

Returns

Attributes

Remarks

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

Applies to