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

后端 未结 3 1572
执念已碎
执念已碎 2021-01-30 12:21

What does mc:Ignorable=\"d\" mean in WPF?

And this row:

d:DesignHeight=\"500\" 
d:DesignWidth=\"300\"
3条回答
  •  悲&欢浪女
    2021-01-30 13:00

    This a predefined namespace in WPF to be used in design-time,r but will be ignored when actually compiled and executed. It will display your design-time choices but has no effect on the actual layout.

    There is an article on the topic.

提交回复
热议问题