-
Notifications
You must be signed in to change notification settings - Fork 22
L edited this page Dec 30, 2017
·
2 revisions
所有的wpf控件都是继承自Control
内容控件
条目控件
文本控件
范围控件
最大的特征就是有一个Content属性,Content接收的是一个Object类型
内容控件只能由单一元素充当其内容
内容控件包括Button、ToggleButton、RadioButton等
条目控件用于显示列表化的数据,内容属性的名称为Items或ItemSource,有自己的条目容器
条目控件包括ComboBox、ContextMenu、ListView等
有一个Text属性
文本控件包括TextBox、RichTextBox、PasswordBox等
包括Slider、PrograssBar等