Share via


AlertProperties.LaunchImage Property

Definition

The filename of an image file in the application bundle; it may include the extension or omit it. The image is used as the launch image when users tap the action button or move the action slider. If this property is not specified, the system either uses the previous snapshot, uses the image identified by the UILaunchImageFile key in the application’s Info.plist file, or falls back to Default.png.

public string LaunchImage { get; set; }
member this.LaunchImage : string with get, set
Public Property LaunchImage As String

Property Value

Applies to