Table of Contents

Class DiagramPaletteItem

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

Palette element.

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

Constructors

DiagramPaletteItem()

public DiagramPaletteItem()

Properties

Element

The diagram element.

public DiagramElement Element { get; set; }

Property Value

DiagramElement

Icon

Icon.

public ImageSource Icon { get; }

Property Value

ImageSource

Id

Identifier.

public Guid Id { get; set; }

Property Value

Guid

IsExpanded

Is row expanded.

public bool IsExpanded { get; set; }

Property Value

bool

Name

Name.

public string Name { get; set; }

Property Value

string

ParentId

Parent id.

public Guid ParentId { get; set; }

Property Value

Guid

Methods

Load(SettingsStorage)

Load settings.

public void Load(SettingsStorage storage)

Parameters

storage SettingsStorage

Settings storage.

Save(SettingsStorage)

Save settings.

public void Save(SettingsStorage storage)

Parameters

storage SettingsStorage

Settings storage.

ToString()

public override string ToString()

Returns

string