DiagramPropertiesPanel
StockSharp.Xaml.Diagram.Avalonia.Controls
Properties panel for editing diagram element properties.
Наследует: UserControl
Конструкторы
DiagramPropertiesPanel()
Initializes a new instance of the DiagramPropertiesPanel.
Свойства
Element : DiagramElement
The element to display properties for.
IsExpanded : bool
Whether the panel is expanded.
Методы
OnPropertyChanged(AvaloniaPropertyChangedEventArgs)
События
CloseRequested : EventHandler
Occurs when the close button is clicked.
PropertyValueChanged : EventHandler<PropertyChangedEventArgs>
Occurs when a property value is changed.
Поля
ElementProperty : StyledProperty<DiagramElement>
Identifies the Element dependency property.
IsExpandedProperty : StyledProperty<bool>
Identifies the IsExpanded dependency property.