RightPropertiesView class¶
Attributes: [IViewFor] [SupportedOSPlatform("windows")] [ExcludeFromCodeCoverage]
Defined in
Namespace: CrissCross.WPF.Plot
Assembly: CrissCross.WPF.Plot.dll
Full name: CrissCross.WPF.Plot.RightPropertiesView
Modifiers: public
Summary¶
Partial class for the RightPropertiesView which contains ReactiveUI IViewFor initialization.
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
Class hierarchy
classDiagram
class RightPropertiesView
class UserControl
UserControl <|-- RightPropertiesView
class IComponentConnector {
<>
}
IComponentConnector <|.. RightPropertiesView
class IViewFor~RightPropertiesViewModel~ {
<>
}
IViewFor~RightPropertiesViewModel~ <|.. RightPropertiesView
class IViewFor {
<>
}
IViewFor <|.. RightPropertiesView
class IActivatableView {
<>
}
IActivatableView <|.. RightPropertiesView
Inherits from: UserControl
Implements: IComponentConnector, IViewFor
Remarks¶
This view is intended for use on Windows 10 version 19041 or later. It utilizes ReactiveUI for data binding and command handling, enabling interactive editing of item properties such as name, line width, color, and visibility. The view automatically initializes its data context and binds UI controls to corresponding view model properties when activated.
Constructors¶
| Name | Summary |
|---|---|
| .ctor | Initializes a new instance of the [RightPropertiesView](# class and sets up data bindings between the view and its. associated ViewModel. |
Properties¶
| Name | Summary |
|---|---|
| BindingRoot | Gets the binding root view model. |
| ViewModel | Gets or sets the strongly typed view model. Override this property to integrate with the platform's binding system. |
Fields¶
| Name | Summary |
|---|---|
| static ViewModelProperty | The view model dependency property. |
Methods¶
| Name | Summary |
|---|---|
| InitializeComponent | InitializeComponent |