Browse Source

Fix formatting.

pull/404/head
Steven Kirk 10 years ago
parent
commit
cce8b4725d
  1. 3
      src/Perspex.SceneGraph/Media/SolidColorBrush.cs

3
src/Perspex.SceneGraph/Media/SolidColorBrush.cs

@ -31,7 +31,8 @@ namespace Perspex.Media
/// </summary>
public Color Color
{
get; }
get;
}
/// <summary>
/// Returns a string representation of the brush.

Loading…
Cancel
Save