How to add custom ignorable property in wpf
I want to mark any control with custom property. For example like "Obsolete".
And other requirement that I want microsoft visual studio and blend to ignore this property!
I noticed that blend uses mc:Ignorable="d"
and adds d:DesignerWidth
property.
How can I mark with custom property my controls? And I need to be sure that if dll is missing visual studio and blend will ignore this property.
Answers & Comments...
No comments:
Post a Comment
Send us your comment related to the topic mentioned on the blog