Class
Gallery

ViewModel containing list of all GalleryItems.

Definition

Constructors

Initializes a new instance of the Gallery class.

Declaration

cs-api-definition
public Gallery()

Properties

Gets or sets the header.

Declaration

cs-api-definition
public string Header { get; set; }

Property Value

string

The header.

Gets the items.

Declaration

cs-api-definition
public ObservableCollection<GalleryItem> Items { get; }

Property Value

ObservableCollection<GalleryItem>

In this article
DefinitionConstructorsGallery()PropertiesHeaderItems
Not finding the help you need?
Contact Support