File tree 3 files changed +4
-9
lines changed
3 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 11
11
</UserControl .Resources>
12
12
<StackPanel x : Name =" stackPanel" Orientation =" Horizontal" >
13
13
<StackPanel Orientation =" Horizontal" >
14
+ <Image Source =" /Syncfusion.jpg" Width =" 16" Height =" 16" Margin =" 3,0,0,0" />
14
15
<TextBlock
15
16
Margin =" 3,0"
16
17
VerticalAlignment =" Center"
17
18
Text =" {Binding DocumentTitle}" />
18
- <Ellipse
19
- Width =" 6"
20
- Height =" 6"
21
- Margin =" 1"
22
- VerticalAlignment =" Center"
23
- Fill =" Red"
24
- Stroke =" Black"
25
- StrokeThickness =" 1"
26
- Visibility =" {Binding DocumentIsModified, Converter={StaticResource BoolVisibilityConverter}}" />
27
19
</StackPanel >
28
20
</StackPanel >
29
21
</UserControl >
Original file line number Diff line number Diff line change 109
109
<ItemGroup >
110
110
<None Include =" App.config" />
111
111
</ItemGroup >
112
+ <ItemGroup >
113
+ <Resource Include =" Syncfusion.jpg" />
114
+ </ItemGroup >
112
115
<Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
113
116
</Project >
You can’t perform that action at this time.
0 commit comments