Struct LocalValueEntry
Implements local value entry of Dependency Object
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: EmptyKeys.UserInterface
Assembly: EmptyKeys.UserInterface.dll
Syntax
public struct LocalValueEntry
Constructors
LocalValueEntry(DependencyProperty, Object)
Initializes a new instance of the LocalValueEntry struct.
Declaration
public LocalValueEntry(DependencyProperty depProperty, object value)
Parameters
Type | Name | Description |
---|---|---|
DependencyProperty | depProperty | The dep property. |
System.Object | value | The value. |
Properties
Property
Gets the property.
Declaration
public DependencyProperty Property { get; }
Property Value
Type | Description |
---|---|
DependencyProperty | The property. |
Value
Gets the value.
Declaration
public object Value { get; }
Property Value
Type | Description |
---|---|
System.Object | The value. |