DiagramPropertiesPanel
StockSharp.Xaml.Diagram.Avalonia.Controls
Properties panel for editing diagram element properties.
Erbt von: UserControl
Konstruktoren
DiagramPropertiesPanel()
Initializes a new instance of the DiagramPropertiesPanel.
Eigenschaften
Element : DiagramElement
The element to display properties for.
IsExpanded : bool
Whether the panel is expanded.
Methoden
OnPropertyChanged(AvaloniaPropertyChangedEventArgs)
Ereignisse
CloseRequested : EventHandler
Occurs when the close button is clicked.
PropertyValueChanged : EventHandler<PropertyChangedEventArgs>
Occurs when a property value is changed.
Felder
ElementProperty : StyledProperty<DiagramElement>
Identifies the Element dependency property.
IsExpandedProperty : StyledProperty<bool>
Identifies the IsExpanded dependency property.