Share via


UINavigationBar.UINavigationBarAppearance.TitleTextAttributes Property

Definition

Display attributes that are set for the bar’s title text.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public UIKit.UIStringAttributes TitleTextAttributes { get; set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
member this.TitleTextAttributes : UIKit.UIStringAttributes with get, set

Property Value

String of title text attributes.

Attributes

Remarks

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

Applies to