UIAlertView.AlertViewStyle Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.