WPF Interview Questions ,What are dependency properties?
These dependency properties belong to one class but can be used in another.
Consider the below code snippet:-
Height and Width are regular properties of the Rectangle. But Canvas. Top and Canvas. Left is dependency property as it belongs the canvas class. It is used by the Rectangle to specify its position within Canvas.
These dependency properties belong to one class but can be used in another.
Consider the below code snippet:-
Height and Width are regular properties of the Rectangle. But Canvas. Top and Canvas. Left is dependency property as it belongs the canvas class. It is used by the Rectangle to specify its position within Canvas.
No comments:
Post a Comment