WPF ControlTemplate 控件模板

2020-12-13 14:53

阅读:240

标签:style   blog   http   io   color   os   ar   使用   for   

http://www.cnblogs.com/zhouyinhui/archive/2007/03/28/690993.html

模板与样式

它们可以调整控件的属性,但是样式不能使用全新的由不同元素组成的可视化树替代控件原来的外观。

 

"ApplyTemplateToControl.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="MainWindow" Height="200" Width="300">

"ButtonTemplate" TargetType="{x:Type Button}">
"border" BorderBrush="Orange" BorderThickness="3" CornerRadius="10" Background="Red" TextBlock.Foreground="White">
"focusCue" Visibility="Hidden" Stroke="Black" StrokeThickness="1" StrokeDashArray="1 2" SnapsToDevicePixels="True">"True" Margin="{TemplateBinding Padding}">"IsMouseOver" Value="True">
"border" Property="Background" Value="DarkRed">"IsPressed" Value="True">
"border" Property="Background" Value="IndianRed">"border" Property="BorderBrush" Value="DarkKhaki">"IsKeyboardFocused" Value="True">
"focusCue" Property="Visibility" Value="Visible">"IsEnabled" Value="False">
"border" Property="Background" Value="MistyRose">"border" Property="TextBlock.Foreground" Value="Gray">"5">



 

  

 

 

soscw.com,搜素材soscw.com,搜素材

WPF ControlTemplate 控件模板

标签:style   blog   http   io   color   os   ar   使用   for   

原文地址:http://www.cnblogs.com/wuscier/p/4063696.html


评论


亲,登录后才可以留言!