xml 【WPF】边境で破线を引く
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了xml 【WPF】边境で破线を引く相关的知识,希望对你有一定的参考价值。
<!-- http://stackoverflow.com/questions/14936002/dotted-border-around-a-button -->
<Border x:Name="MyBorderedButton" Width="101" Height="31" BorderThickness="2" >
<Border.BorderBrush>
<VisualBrush>
<VisualBrush.Visual>
<Rectangle StrokeDashArray="4 2"
Stroke="Red"
StrokeThickness="2"
RadiusX="{Binding RelativeSource={RelativeSource AncestorType={x:Type Border}}, Path=CornerRadius.TopRight}"
RadiusY="{Binding RelativeSource={RelativeSource AncestorType={x:Type Border}}, Path=CornerRadius.BottomLeft}"
Width="{Binding RelativeSource={RelativeSource AncestorType={x:Type Border}}, Path=ActualWidth}"
Height="{Binding RelativeSource={RelativeSource AncestorType={x:Type Border}}, Path=ActualHeight}"/>
</VisualBrush.Visual>
</VisualBrush>
</Border.BorderBrush>
<Button>Focus Here</Button>
</Border>
以上是关于xml 【WPF】边境で破线を引く的主要内容,如果未能解决你的问题,请参考以下文章
scss 対角线に斜线を引くCSS
html CSSリストの最初の仕切り线を消去
scss CSSの波线をIE·边缘にも対応させるブラウザハックと密新
全民枪战边境王者是哪个国家的游戏
安装作业指导手册
ruby 与えられたカッコ(なんでも。开きと闭じとの定义を引数にくれればいい)内を抜き出します。 ruby extract_between_parentheses.rb“「」「YOUR_FILE_NA