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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.