Table of Contents

Class DiagramPaletteItem

Namespace
StockSharp.Xaml.Diagram
Assembly
StockSharp.Xaml.Diagram.dll

Palette element.

public class DiagramPaletteItem : NotifiableObject, IDisposable
Inheritance
DiagramPaletteItem
Implements
Extension Methods

Properties

Description

Description.

public string Description { get; }

Property Value

string

Element

public DiagramElement Element { get; }

Property Value

DiagramElement

Icon

Icon.

public ImageSource Icon { get; }

Property Value

ImageSource

Id

Identifier.

public Guid Id { get; }

Property Value

Guid

IsExpanded

Is row expanded.

public bool IsExpanded { get; set; }

Property Value

bool

Name

Name.

public string Name { get; }

Property Value

string

ParentId

Identifier.

public Guid ParentId { get; }

Property Value

Guid

Methods

Dispose()

public void Dispose()

ToString()

public override string ToString()

Returns

string