Interview Questions on Microsoft .Net Technologies
.Net
Dotnet Frame Work
C#
VB.Net
ASP.Net
Wpf
Wcf
ADO.Net
.Net Core
.Net Core
Entity Framework Core
.Net Blazor
What is Blazor
Blazor Web Assembly (WASM)
Blazor Server
Asp.net Core Blazor - Blazor Hybrid
.NET Multi-platform App UI (.NET MAUI)
ASP.NET Core Blazor authentication and authorization
C# Videos
C# 11 Videos
C# 10 Videos
C# 9 Videos
C# 8 Videos
C# 7 Videos
MVC Interview Questions
MVC Part1
MVC Part2
MS SQL Server
What is new in SQL Server 2017
What is new in SQL Server 2016
MSSQL Server
SQL 2012 Videos
SQL 2008 Videos
MSBI
SSIS
SSRS
SSAS
SSIS Articles
SSRS Articles
SSAS Articles
Articles
MVC Articles
Testing
Testing
QTP
☰
Please visit
DEMANDDRAFT.SHOP
for quality of products...
!doctype>
Ad
Search This Blog
Friday, July 20, 2012
What are dependency properties in WPF
What are dependency properties?
These dependency properties belong to one class but can be used in another.
Consider the below code snippet:-
<Rectangle Height="72" Width="131" Canvas.Left="74" Canvas.Top="77" />
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
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment