UIAlertView.Title Property

Definition

A string shown in the title bar.

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

This value can be null.

Attributes

Remarks

A short string displayed in the alert view's title bar.

Applies to