Steven Kirk 10 anos atrás
pai
commit
0e812bb0d6
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/Perspex.Controls/Image.cs

+ 1 - 1
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>