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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.