The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
DependencyPropertyDescriptor::DesignerCoerceValueCallback Property
.NET Framework (current version)
Gets or sets a callback that designers use to modify the effective value of a dependency property before the dependency property value is stored in the dependency property engine.
Assembly: WindowsBase (in WindowsBase.dll)
public: property CoerceValueCallback^ DesignerCoerceValueCallback { CoerceValueCallback^ get(); void set(CoerceValueCallback^ value); }
Property Value
Type: System.Windows::CoerceValueCallback^A callback that designers use to modify the effective value of a dependency property before the dependency property value is stored in the dependency property engine.
.NET Framework
Available since 3.0
Available since 3.0
Show: