Browse Source

Fixed typo.

pull/429/head
Steven Kirk 10 years ago
parent
commit
d85a4eae16
  1. 2
      src/Perspex.Controls/Primitives/TemplatedControl.cs

2
src/Perspex.Controls/Primitives/TemplatedControl.cs

@ -186,7 +186,7 @@ namespace Perspex.Controls.Primitives
/// <summary>
/// Gets or sets the font weight used to draw the control's text.
/// </summary>
public FontWeight FontWeihght
public FontWeight FontWeight
{
get { return GetValue(FontWeightProperty); }
set { SetValue(FontWeightProperty, value); }

Loading…
Cancel
Save