Skip to content

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

View source

        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, IViewFor, IActivatableView

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

NameSummary
.ctorInitializes a new instance of the [RightPropertiesView](# class and sets up data bindings between the view and its. associated ViewModel.

Properties

NameSummary
BindingRootGets the binding root view model.
ViewModelGets or sets the strongly typed view model. Override this property to integrate with the platform's binding system.

Fields

NameSummary
static ViewModelPropertyThe view model dependency property.

Methods

NameSummary
InitializeComponentInitializeComponent
Inherited members