Class DiagramPaletteControl
- Namespace
- StockSharp.Xaml.Diagram
- Assembly
- StockSharp.Xaml.Diagram.dll
The graphical component to display available DiagramElement.
public class DiagramPaletteControl : UserControl, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IComponentConnector
- Inheritance
-
DiagramPaletteControl
- Implements
- Inherited Members
- Extension Methods
Constructors
DiagramPaletteControl()
Initializes a new instance of the DiagramPaletteControl.
public DiagramPaletteControl()
Properties
ExcludedTypeIds
Excluded elements.
public CachedSynchronizedSet<Guid> ExcludedTypeIds { get; }
Property Value
- CachedSynchronizedSet<Guid>
HelpCommand
Help command.
public ICommand HelpCommand { get; }
Property Value
Items
Items.
public IEnumerable<DiagramPaletteItem> Items { get; }
Property Value
Model
public DiagramPaletteModel Model { get; set; }
Property Value
PaletteElement
The selected element in the Toolbox.
public DiagramElement PaletteElement { get; }
Property Value
Methods
InitializeComponent()
InitializeComponent
public void InitializeComponent()
Events
PaletteElementDoubleClicked
The event of the double click on the element in the Toolbox.
public event Action<DiagramElement> PaletteElementDoubleClicked