ElementPropertiesViewModel
StockSharp.Xaml.Diagram.Maui
ViewModel for the element properties panel.
Hereda de: NotifiableObject
Propiedades
CloseCommand : DelegateCommand
Gets the command wrapping Close.
Element : DiagramElement
The element to display properties for.
ElementCategory : string
Category of the selected element.
ElementName : string
Name of the selected element.
ElementType : string
Type name of the selected element.
HasElement : bool
Whether an element is selected.
HasInputSockets : bool
Whether the element has input sockets.
HasOutputSockets : bool
Whether the element has output sockets.
InputSockets : ObservableCollection<SocketInfo>
Collection of input socket info.
InputSocketsHeight : double
Height for input sockets list.
OutputSockets : ObservableCollection<SocketInfo>
Collection of output socket info.
OutputSocketsHeight : double
Height for output sockets list.
Métodos
Close()
Close command.
Eventos
CloseRequested : EventHandler
Event raised when the close button is pressed.