/ Published in: XML
Expand |
Embed | Plain Text
<UserControl x:Class="MultidimensionalViews.Views.ColoredBarCellView" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Grid.Column="4" Grid.Row="3" Width="100" Height="100"> <Grid> <Rectangle Fill="Transparent" Stroke="Black" StrokeDashCap="Square" StrokeThickness="2" /> <StackPanel Orientation="Vertical" Name="stackPanel" Margin="2" /> </Grid> </UserControl>
You need to login to post a comment.
