What does mc:Ignorable=“d” mean in WPF?

时间:2021-08-30 09:10:52   收藏:0   阅读:7

The mc:Ignorable namespace provides xaml definitions that are "ignored" by the xaml processor.

This allows you to specify information used by the designer at design time which is ignored at runtime. In your case, you can specify DesignHeight and DesignWidth, which are not "real" properties on a Window, but work in the designer for providing a default design time experience.

 

REF: https://stackoverflow.com/questions/15749584/what-does-mcignorable-d-mean-in-wpf

原文:https://www.cnblogs.com/lishidefengchen/p/15194907.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!