UIBarItem.Title Property

Definition

The title displayed on this UIBarItem.

public abstract string Title { [Foundation.Export("title", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setTitle:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.Title : string with get, set

Property Value

String indicating UIBarItem title.

Attributes

Applies to