[]
        
(Showing Draft Content)

C1.WPF.Core.NestedPropertySetter

NestedPropertySetter Class

Represents a property setter which is able to assign a value to a nested property.

Inheritance
NestedPropertySetter
Namespace: C1.WPF.Core
Assembly: C1.WPF.Core.dll
Syntax
public class NestedPropertySetter : FrameworkElement, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient
Public Class NestedPropertySetter
    Inherits FrameworkElement
    Implements IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient

Constructors

Name Description
NestedPropertySetter()

Fields

Name Description
PropertyNameProperty

Identifies the PropertyName dependency property.

ValueProperty

Identifies the Value dependency property.

Properties

Name Description
PropertyName

Gets or sets a path to a nested property relative to the owning control class. This is a dependency property.

TargetObject

This property is used for internal purposes only.

Value

Gets or sets a value that should be assigned to the PropertyName property. This is a dependency property.

Methods

Name Description
Apply(object)

This method is used for internal purposes only.