Share via


UISegmentedControl.UISegmentedControlAppearance.GetTitleTextAttributes Method

Definition

Returns the current rendering text attributes for the requested state.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public UIKit.UIStringAttributes GetTitleTextAttributes(UIKit.UIControlState state);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
member this.GetTitleTextAttributes : UIKit.UIControlState -> UIKit.UIStringAttributes

Parameters

state
UIControlState

The state that you want to retrieve the rendering text attributes from.

Returns

Attributes

Remarks

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

Applies to