DependencyPropertyDescriptor.DesignerCoerceValueCallback Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.