Share via


UIBarItem.SetTitleTextAttributes(UIStringAttributes, UIControlState) Method

Definition

Specifies the text attributes of the title of the UIBarItem.

public void SetTitleTextAttributes(UIKit.UIStringAttributes attributes, UIKit.UIControlState state);
member this.SetTitleTextAttributes : UIKit.UIStringAttributes * UIKit.UIControlState -> unit

Parameters

attributes
UIStringAttributes

Specified title text attributes.

state
UIControlState

Specified UIControlState.

Applies to