【发布时间】:2012-10-18 20:53:23
【问题描述】:
我找不到CheckBox 的默认 WPF ControlTemplate。有谁知道如何找到它?我只能找到SilverLight default checkbox template on MSDN。
MSDN has a custom control template for the WPF checkbox 使用 X 代替复选标记的示例。我正在专门寻找 WPF 标配的默认 复选标记样式 - 我只是找不到它的 XAML。
我也有tried saving the template using XamlWriter to no avail。 Downloading the Simple Styles template from WPF Control Templates sample 也只是使用 X 而不是经典的复选标记。
【问题讨论】:
-
你有 Expression Blend 吗?如果是这样的话,一般来说与模板交互会更容易。
-
否 - 很遗憾,我无法访问 Expression。
标签: wpf xaml styles wpf-controls controltemplate