Browse Source

Whitespace.

pull/138/head
Steven Kirk 11 years ago
parent
commit
0e812bb0d6
  1. 2
      src/Perspex.Controls/Image.cs

2
src/Perspex.Controls/Image.cs

@ -23,7 +23,7 @@ namespace Perspex.Controls
/// </summary>
public static readonly PerspexProperty<Stretch> StretchProperty =
PerspexProperty.Register<Image, Stretch>(nameof(Stretch), Stretch.Uniform);
/// <summary>
/// Gets or sets the bitmap image that will be displayed.
/// </summary>

Loading…
Cancel
Save