Silverlight 下苹果(Mac OS)风格按钮的实现
2008-10-24 11:46:47 来源:WEB开发网否则,你会发现套用了该风格的所有按钮都无法失去焦点,页面上会出现若干个按钮同时为高亮状态的滑稽情景。
下面是例子的全部代码:
<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"/>
Tags:Silverlight 苹果 Mac
编辑录入:爽爽 [复制链接] [打 印]- ››苹果MAC中安装并搭建Android开发环境的详细步骤和...
- ››Mac 下搭建Android开发环境
- ››Mac OS X 10.7.3安装Xcode3.2.6解决方案
- ››Mac QTMovieView添加划入窗口
- ››silverlight全屏显示图片
- ››苹果专利显示正在开发3D版Safari浏览器
- ››Silverlight MVVM 模式(一) 切近实战
- ››苹果新一代iPad软件看点
- ››苹果的MAC操作系统大战微软windows的十个优势
- ››苹果iPad 2评测 并非是完美的产品
- ››苹果新专利或解决iPhone等天线问题
- ››苹果计划开发切罗基语软件 移入iPhone等产品
更多精彩
赞助商链接