|
|
|
@ -7,7 +7,7 @@ |
|
|
|
xmlns:Converters="clr-namespace:ICSharpCode.WpfDesign.Designer.Converters" |
|
|
|
xmlns:Converters="clr-namespace:ICSharpCode.WpfDesign.Designer.Converters" |
|
|
|
xmlns:PropertyGrid="clr-namespace:ICSharpCode.WpfDesign.Designer.PropertyGrid" |
|
|
|
xmlns:PropertyGrid="clr-namespace:ICSharpCode.WpfDesign.Designer.PropertyGrid" |
|
|
|
xmlns:widgets="http://icsharpcode.net/sharpdevelop/widgets" |
|
|
|
xmlns:widgets="http://icsharpcode.net/sharpdevelop/widgets" |
|
|
|
Width="395"> |
|
|
|
Width="395" MinHeight="320"> |
|
|
|
|
|
|
|
|
|
|
|
<UserControl.Resources> |
|
|
|
<UserControl.Resources> |
|
|
|
|
|
|
|
|
|
|
|
@ -73,7 +73,12 @@ |
|
|
|
<BrushEditor:GradientBrushEditor /> |
|
|
|
<BrushEditor:GradientBrushEditor /> |
|
|
|
</TabItem> |
|
|
|
</TabItem> |
|
|
|
<TabItem Header="Brush List"> |
|
|
|
<TabItem Header="Brush List"> |
|
|
|
<ListBox ItemsSource="{Binding AvailableBrushes}" |
|
|
|
<ListBox MaxHeight="320" ItemsSource="{Binding AvailableBrushes}" |
|
|
|
|
|
|
|
SelectedValue="{Binding Brush.Color}" |
|
|
|
|
|
|
|
SelectedValuePath="Brush.Color" /> |
|
|
|
|
|
|
|
</TabItem> |
|
|
|
|
|
|
|
<TabItem Header="Wpf Brush List"> |
|
|
|
|
|
|
|
<ListBox MaxHeight="320" ItemsSource="{Binding AvailableWpfBrushes}" |
|
|
|
SelectedValue="{Binding Brush.Color}" |
|
|
|
SelectedValue="{Binding Brush.Color}" |
|
|
|
SelectedValuePath="Brush.Color" /> |
|
|
|
SelectedValuePath="Brush.Color" /> |
|
|
|
</TabItem> |
|
|
|
</TabItem> |
|
|
|
|