Windows apps
Collapse the table of content
Expand the table of content
Information
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

 

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:
© 2017 Microsoft