Skip to content

ExpandedImage Property

Mauricio Jorquera edited this page Nov 13, 2023 · 1 revision

Gets or sets the image to be displayed below the second-level content.

Syntax

C#

public ImageSource ExpandedImage { get; set; }

Remarks

Second-level content is displayed after a delay along with main content. It is possible to incorporate an animated image in GIF format. The default value is null.

Clone this wiki locally