Class
StyleGalleryContentItemViewModel

Provides properties for a StyleGalleryContentItem.

Definition

Constructors

StyleGalleryContentItemViewModel()

Declaration

cs-api-definition
public StyleGalleryContentItemViewModel()

Properties

ApplyStyleCommand

Gets or sets the apply style command.

Declaration

cs-api-definition
public ICommand ApplyStyleCommand { get; set; }

Property Value

ICommand

The apply style command.

ContentItem

Gets or sets the content item.

Declaration

cs-api-definition
public StyleGalleryContentItem ContentItem { get; set; }

Property Value

StyleGalleryContentItem

The content item.

DeleteStyleCommand

Gets or sets the delete style command.

Declaration

cs-api-definition
public ICommand DeleteStyleCommand { get; set; }

Property Value

ICommand

The delete style command.

DuplicateStyleCommand

Gets or sets the duplicate style command.

Declaration

cs-api-definition
public ICommand DuplicateStyleCommand { get; set; }

Property Value

ICommand

The duplicate style command.

ModifyStyleCommand

Gets or sets the modify style command.

Declaration

cs-api-definition
public ICommand ModifyStyleCommand { get; set; }

Property Value

ICommand

The modify style command.