佳木斯湛栽影视文化发展公司

主頁 > 知識庫 > XAML中Button重繪為圓形的方法技巧

XAML中Button重繪為圓形的方法技巧

熱門標簽:百度競價點擊價格的計算公式 檢查注冊表項 美圖手機 網(wǎng)站建設 阿里云 智能手機 使用U盤裝系統(tǒng) 硅谷的囚徒呼叫中心
在用XAML布局的時候,有時候為了使界面Metro化,有些Button要使用圓形代替默認的長方形。以下的Button樣式可以解決這個問題,可以根據(jù)自己的需要再加以修改。當然如果你熟悉Bland的話可以直接使用它來繪制你需要的樣式,但是貼代碼是否更快一點呢?

復制代碼
代碼如下:

<Style x:Key="btnNext" TargetType="Button">
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="Button">
<Grid>
<VisualStateManager.VisualStateGroups>
<VisualStateGroup x:Name="CommonStates">
<VisualState x:Name="Pressed">
<Storyboard>
<ObjectAnimationUsingKeyFrames Storyboard.TargetProperty="(FrameworkElement.Margin)" Storyboard.TargetName="rectangle">
<DiscreteObjectKeyFrame KeyTime="0">
<DiscreteObjectKeyFrame.Value>
<Thickness>-3</Thickness>
</DiscreteObjectKeyFrame.Value>
</DiscreteObjectKeyFrame>
</ObjectAnimationUsingKeyFrames>
</Storyboard>
</VisualState>
<VisualState x:Name="Normal"/>
<VisualState x:Name="Disabled"/>
<VisualState x:Name="MouseOver"/>
</VisualStateGroup>
<VisualStateGroup x:Name="FocusStates">
<VisualState x:Name="Focused"/>
</VisualStateGroup>
</VisualStateManager.VisualStateGroups>
<Rectangle x:Name="rectangle" RadiusY="25" RadiusX="25" Stroke="Blue" StrokeThickness="4">
</Rectangle>
<ContentPresenter HorizontalAlignment="{TemplateBinding HorizontalContentAlignment}" VerticalAlignment="{TemplateBinding VerticalContentAlignment}"/>
</Grid>
</ControlTemplate>
</Setter.Value>
</Setter>
<Setter Property="Margin" Value="5"/>
<Setter Property="Width" Value="50"/>
<Setter Property="Height" Value="50"/>
<Setter Property="FontSize" Value="120"/>
<Setter Property="Foreground" Value="White"/>
</Style>

標簽:湘潭 懷化 湖北 通遼 煙臺 黃山 山南 賀州

巨人網(wǎng)絡通訊聲明:本文標題《XAML中Button重繪為圓形的方法技巧》,本文關(guān)鍵詞  ;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問題,煩請?zhí)峁┫嚓P(guān)信息告之我們,我們將及時溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡,涉及言論、版權(quán)與本站無關(guān)。
  • 相關(guān)文章
  • 收縮
    • 微信客服
    • 微信二維碼
    • 電話咨詢

    • 400-1100-266
    蒲城县| 襄城县| 龙南县| 自治县| 江安县| 洛阳市| 尖扎县| 独山县| 西峡县| 金秀| 象山县| 星座| 五原县| 安岳县| 鸡西市| 孟津县| 渝北区| 金寨县| 汕尾市| 赫章县| 马公市| 呼和浩特市| 台湾省| 个旧市| 南陵县| 进贤县| 珲春市| 平和县| 新竹县| 河南省| 呼玛县| 搜索| 资阳市| 崇明县| 白玉县| 鄂尔多斯市| 镇江市| 广昌县| 桂林市| 水富县| 延川县|