Share via


UITabBarItem.GetBadgeTextAttributes(UIControlState) Method

Definition

Gets the UIStringAttributes that the badge will have for the specified state.

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

Parameters

state
UIControlState

The UIControlState being queried.

Returns

Attributes

Applies to