DependencyPropertyDescriptor.DesignerCoerceValueCallback Property

Definition

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.

public:
 property System::Windows::CoerceValueCallback ^ DesignerCoerceValueCallback { System::Windows::CoerceValueCallback ^ get(); void set(System::Windows::CoerceValueCallback ^ value); };
public System.Windows.CoerceValueCallback DesignerCoerceValueCallback { get; set; }
member this.DesignerCoerceValueCallback : System.Windows.CoerceValueCallback with get, set
Public Property DesignerCoerceValueCallback As CoerceValueCallback

Property Value

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.

Applies to