Browse Source

Typo on TextBlock.cs comments (#13255)

"FontWeight" is actually "FontStretch"
pull/13260/head
Alessandro Francesconi 3 years ago
committed by GitHub
parent
commit
a581dc3628
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/Avalonia.Controls/TextBlock.cs

2
src/Avalonia.Controls/TextBlock.cs

@ -53,7 +53,7 @@ namespace Avalonia.Controls
TextElement.FontWeightProperty.AddOwner<TextBlock>();
/// <summary>
/// Defines the <see cref="FontWeight"/> property.
/// Defines the <see cref="FontStretch"/> property.
/// </summary>
public static readonly StyledProperty<FontStretch> FontStretchProperty =
TextElement.FontStretchProperty.AddOwner<TextBlock>();

Loading…
Cancel
Save