Skip to content

RightPropertiesView() constructor

Defined in

Type: RightPropertiesView Namespace: CrissCross.WPF.Plot Assembly: CrissCross.WPF.Plot.dll

Applies to

net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481

public RightPropertiesView()

View source

Summary: Initializes a new instance of the RightPropertiesView class and sets up data bindings between the view and its. associated ViewModel.

Remarks

This constructor configures the view to activate its bindings when displayed, enabling editing and saving of configuration properties through the user interface. The view's controls are bound to corresponding properties in the ViewModel, allowing for real-time updates and command execution. This setup is intended for use within a reactive UI framework and assumes that the ViewModel provides the necessary properties and commands.