Class
GalleryItem

ViewModel representing the items in the Gallery.

Definition

Constructors

GalleryItem()

Initializes a new instance of the GalleryItem class.

Declaration

cs-api-definition
public GalleryItem()

GalleryItem(string, RadDiagramShapeBase)

Initializes a new instance of the GalleryItem class.

Declaration

cs-api-definition
public GalleryItem(string header, RadDiagramShapeBase shape)

Parameters

header

string

The header.

shape

RadDiagramShapeBase

The shape.

GalleryItem(string, RadDiagramShapeBase, string)

Initializes a new instance of the GalleryItem class.

Declaration

cs-api-definition
public GalleryItem(string header, RadDiagramShapeBase shape, string type)

Parameters

header

string

The header.

shape

RadDiagramShapeBase

The shape.

type

string

The type.

Properties

Header

Gets or sets the header.

Declaration

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

Property Value

string

The header.

ItemType

Gets or sets the type of the item.

Declaration

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

Property Value

string

The type of the item.

Shape

Gets or sets the shape.

Declaration

cs-api-definition
public RadDiagramShapeBase Shape { get; set; }

Property Value

RadDiagramShapeBase

The shape.

ToolboxItemBackground

Gets or sets the background of the corresponding toolbox item.

Declaration

cs-api-definition
public SolidColorBrush ToolboxItemBackground { get; set; }

Property Value

SolidColorBrush

The background.

ToolboxItemForeground

Gets or sets the foreground of the corresponding toolbox item.

Declaration

cs-api-definition
public SolidColorBrush ToolboxItemForeground { get; set; }

Property Value

SolidColorBrush

The background.