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: