Browse Source
Typo on TextBlock.cs comments (#13255)
"FontWeight" is actually "FontStretch"
pull/13260/head
Alessandro Francesconi
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/Avalonia.Controls/TextBlock.cs
|
|
@ -53,7 +53,7 @@ namespace Avalonia.Controls |
|
|
TextElement.FontWeightProperty.AddOwner<TextBlock>(); |
|
|
TextElement.FontWeightProperty.AddOwner<TextBlock>(); |
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
/// <summary>
|
|
|
/// Defines the <see cref="FontWeight"/> property.
|
|
|
/// Defines the <see cref="FontStretch"/> property.
|
|
|
/// </summary>
|
|
|
/// </summary>
|
|
|
public static readonly StyledProperty<FontStretch> FontStretchProperty = |
|
|
public static readonly StyledProperty<FontStretch> FontStretchProperty = |
|
|
TextElement.FontStretchProperty.AddOwner<TextBlock>(); |
|
|
TextElement.FontStretchProperty.AddOwner<TextBlock>(); |
|
|
|