1234567891011121314151617 |
- <UserControl x:Class="Aitex.Core.UI.Control.Annular"
- xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
- xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
- xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
- xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
- mc:Ignorable="d" Width="20" Height="18" BorderBrush="#a8a8a8">
- <Grid >
- <Border CornerRadius="50" Width="8" Height="12" BorderBrush="#a8a8a8" BorderThickness="0.5,1,0.5,0" Margin="1,3,6,4" >
- </Border>
-
- </Grid>
- </UserControl>
|