xamarin-docs icon indicating copy to clipboard operation
xamarin-docs copied to clipboard

Typo in code sample

Open jeffschwMSFT opened this issue 2 years ago • 1 comments

Typo in code sample:

    SKPaint paint = new SKPaint
    {
        Style = SKPaintStyle.Stroke,
        Color = Color.Red.ToSKColor(),
        StrokeWidth = 25
    };

Should be 'Color = Colors.Red.ToSKColor(),' (note the plural Colors)


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

jeffschwMSFT avatar Jun 03 '22 21:06 jeffschwMSFT

@jeffschwMSFT I have created PR for this : https://github.com/MicrosoftDocs/xamarin-docs/pull/3486/files

ehsansajjad465 avatar Sep 17 '22 15:09 ehsansajjad465