diff --git a/src/Avalonia.Themes.Fluent/ToolTip.xaml b/src/Avalonia.Themes.Fluent/ToolTip.xaml index fa528ee6cf..cf6f32f9bc 100644 --- a/src/Avalonia.Themes.Fluent/ToolTip.xaml +++ b/src/Avalonia.Themes.Fluent/ToolTip.xaml @@ -1,39 +1,39 @@ - - + + Hover Here + + - Hover Here - - - - - - ToolTip - A control which pops up a hint when a control is hovered - - - ToolTip bottom placement - - + Grid.Row="0" + IsChecked="{Binding ElementName=Border, Path=(ToolTip.IsOpen)}" + Content="ToolTip Open" /> + + + + ToolTip + A control which pops up a hint when a control is hovered + + + ToolTip bottom placement + + - + - +