DiagramPropertiesPanel

StockSharp.Xaml.Diagram.Avalonia.Controls

Properties panel for editing diagram element properties.

Inherits: UserControl

Constructors

DiagramPropertiesPanel()

Initializes a new instance of the DiagramPropertiesPanel.

Properties

Element : DiagramElement

The element to display properties for.

IsExpanded : bool

Whether the panel is expanded.

Methods

OnPropertyChanged(AvaloniaPropertyChangedEventArgs)

Events

CloseRequested : EventHandler

Occurs when the close button is clicked.

PropertyValueChanged : EventHandler<PropertyChangedEventArgs>

Occurs when a property value is changed.

Fields

ElementProperty : StyledProperty<DiagramElement>

Identifies the Element dependency property.

IsExpandedProperty : StyledProperty<bool>

Identifies the IsExpanded dependency property.