WPF
牧野苍茫
知道什么是正确的事,并坚持做下去
展开
-
RalativeSource Property理解-WPF
https://stackoverflow.com/questions/84278/how-do-i-use-wpf-bindings-with-relativesource If you want to bind to another property on the object(同一个Element): {Binding Path=PathToProperty, RelativeSour...转载 2018-08-09 13:58:23 · 215 阅读 · 0 评论 -
Command概述--WPF
Command的MSDN解释 一,什么是命令 根据microsoft的解释,command是一种不同于输入设备的语义级别上的输入处理机制。 Command的目的: 1)降低代码耦合度,将Command的逻辑和调用对象进行分离; 2)可以指定对象是否可用(例如:剪切按钮--在选中文本时才有效); Co...翻译 2018-08-10 15:25:30 · 2040 阅读 · 0 评论 -
Freezable对象概述--WPF
MSDN解释: Defines an object that has a modifiable state and a read-only (frozen) state. Classes that derive from Freezable provide detailed change notification, can be made immutable, and can clo...翻译 2018-08-12 01:00:49 · 564 阅读 · 0 评论