Skip to content

Commit

Permalink
Fix TitleBar comment mistake (#25243)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsuarezruiz authored Oct 16, 2024
1 parent 277bf7a commit 09f51e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controls/src/Core/TitleBar/TitleBar.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace Microsoft.Maui.Controls
/// <br/><br/>
/// The standard title bar height is 32px, but can be set to a larger value.
/// <br/><br/>
/// The title bar can also be hidden by setting the <see cref="Visibility"/> property, which
/// The title bar can also be hidden by setting the <see cref="VisualElement.IsVisible"/> property, which
/// will cause the window content to be displayed in the title bar region.
/// </summary>
public partial class TitleBar : TemplatedView, ITitleBar, ISafeAreaView
Expand Down

0 comments on commit 09f51e0

Please sign in to comment.