UIAlertView.AlertViewStyle Property

Definition

The style of the alert view.

public virtual UIKit.UIAlertViewStyle AlertViewStyle { [Foundation.Export("alertViewStyle", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)] get; [Foundation.Export("setAlertViewStyle:", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)] set; }
member this.AlertViewStyle : UIKit.UIAlertViewStyle with get, set

Property Value

Attributes

Remarks

The style of the alert view that is displayed, which can be a value from the UIAlertViewStyle enumeration.

Applies to