DependencyPropertyDescriptor::DesignerCoerceValueCallback Property

 

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.

Namespace:   System.ComponentModel
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
Return to top
Show: