Class GalleryItem
ViewModel representing the items in the Gallery.
Inherited Members
Namespace: Telerik.Windows.Controls.Diagrams.Extensions
Assembly: Telerik.Windows.Controls.Diagrams.Extensions.dll
Syntax
public class GalleryItem : ViewModelBase, INotifyPropertyChanged, IDisposable
Constructors
GalleryItem()
GalleryItem(String, RadDiagramShapeBase)
Initializes a new instance of the GalleryItem class.
Declaration
public GalleryItem(string header, RadDiagramShapeBase shape)
Parameters
System.String
header
The header. |
RadDiagramShapeBase
shape
The shape. |
GalleryItem(String, RadDiagramShapeBase, String)
Initializes a new instance of the GalleryItem class.
Declaration
public GalleryItem(string header, RadDiagramShapeBase shape, string type)
Parameters
System.String
header
The header. |
RadDiagramShapeBase
shape
The shape. |
System.String
type
The type. |
Properties
Header
Gets or sets the header.
Declaration
public string Header { get; set; }
Property Value
System.String
The header. |
ItemType
Gets or sets the type of the item.
Declaration
public string ItemType { get; set; }
Property Value
System.String
The type of the item. |
Shape
Gets or sets the shape.
Declaration
public RadDiagramShapeBase Shape { get; set; }
Property Value
RadDiagramShapeBase
The shape. |
ToolboxItemBackground
Gets or sets the background of the corresponding toolbox item.
Declaration
public SolidColorBrush ToolboxItemBackground { get; set; }
Property Value
System.Windows.Media.SolidColorBrush
The background. |
ToolboxItemForeground
Gets or sets the foreground of the corresponding toolbox item.
Declaration
public SolidColorBrush ToolboxItemForeground { get; set; }
Property Value
System.Windows.Media.SolidColorBrush
The background. |