WEB开发网
开发学院图形图像Flash Silverlight 下苹果(Mac OS)风格按钮的实现 阅读

Silverlight 下苹果(Mac OS)风格按钮的实现

 2008-10-24 11:46:47 来源:WEB开发网   
核心提示: 否则,你会发现套用了该风格的所有按钮都无法失去焦点,Silverlight 下苹果(Mac OS)风格按钮的实现(5),页面上会出现若干个按钮同时为高亮状态的滑稽情景,下面是例子的全部代码:<UserControlxmlns="http://schemas.microsof

否则,你会发现套用了该风格的所有按钮都无法失去焦点,页面上会出现若干个按钮同时为高亮状态的滑稽情景。

下面是例子的全部代码:

<UserControl

xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"

xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"

xmlns:d="http://schemas.microsoft.com/expression/blend/2008"

xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"

mc:Ignorable="d"

x:Class="SilverlightApplication6.Page"

d:DesignWidth="640"d:DesignHeight="480"xmlns:vsm="clr-namespace:System.Windows;assembly=System.Windows">

<UserControl.Resources>

<vsm:Stylex:Key="MacButton"TargetType="Button">

<vsm:SetterProperty="IsEnabled"Value="true"/>

<vsm:SetterProperty="IsTabStop"Value="true"/>

<vsm:SetterProperty="Background"Value="#FF003255"/>

<vsm:SetterProperty="Foreground"Value="#FF313131"/>

<vsm:SetterProperty="MinWidth"Value="5"/>

<vsm:SetterProperty="MinHeight"Value="5"/>

<vsm:SetterProperty="Margin"Value="0"/>

<vsm:SetterProperty="HorizontalContentAlignment"Value="Center"/>

上一页  1 2 3 4 5 6 7 8 9 10  下一页

Tags:Silverlight 苹果 Mac

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接