日期:2014-05-17 浏览次数:21130 次
<Window
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:ed="http://schemas.microsoft.com/expression/2010/drawing"
x:Class="WpfApplication3.MainWindow"
Title="MainWindow" Height="350" Width="525">
<Grid>
<ed:Arc ArcThickness="20" ArcThicknessUnit="Pixel" EndAngle="360" Fill="#FFF4F4F5" HorizontalAlignment="Left" Height="100" Margin="161,102,0,0" Stretch="None" Stroke="Black" StartAngle="0" VerticalAlignment="Top" Width="100"/>
</Grid>
</Window>