1 Star 5 Fork 1

末叶 / DOC_WPFTOOLS

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
checkbox.md 577 Bytes
一键复制 编辑 原始数据 按行查看 历史
末叶 提交于 2016-12-28 16:21 . Track 73 files into repository.

CheckBox

例子

<CheckBox Content="standard checkbox" Margin="4"  />
<CheckBox Content="standard checkbox" Margin="4"  IsChecked="True" />
<CheckBox Content="standard checkbox" Margin="4"  IsChecked="{x:Null}"  IsThreeState="True" />
<CheckBox Content="three state checkbox" IsThreeState="True" Margin="4" />
<CheckBox Content="disabled checkbox" IsEnabled="False" Margin="4" />
<CheckBox Content="disabled checked checkbox" IsChecked="True" IsEnabled="False" Margin="3" />

样式

1
https://gitee.com/chenhome/DOC_WPFTOOLS.git
git@gitee.com:chenhome/DOC_WPFTOOLS.git
chenhome
DOC_WPFTOOLS
DOC_WPFTOOLS
master

搜索帮助