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.