UIAlertController.Title Property

Definition

Gets the title to display for the alert that is associated with this UIAlertController object.

public virtual 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

(More documentation for this node is coming)

This value can be null.

Attributes

Applies to