Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit ec64672

Browse files
committed
Add example XAML showing where DiffChangeType is exposed
Feel free to back out this commit!
1 parent 7a3eead commit ec64672

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/GitHub.InlineReviews/Tags/AddInlineCommentGlyph.xaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88
<SolidColorBrush x:Key="DiffChangeBackground" Color="DarkSlateGray" />
99
</UserControl.Resources>
1010

11+
<!-- This is just an exmaple showing where DiffChangeType is exposed -->
12+
<UserControl.ToolTip>
13+
<TextBlock Text="{Binding DiffChangeType}" />
14+
</UserControl.ToolTip>
15+
<!-- ^ delete me ^ -->
16+
1117
<Grid Background="{DynamicResource DiffChangeBackground}">
1218
<Viewbox x:Name="AddViewbox">
1319
<Path Stroke="Black"

0 commit comments

Comments
 (0)