C# Class XamlBrewer.Uwp.Controls.Extensions

Extension methods for an inner square.
Exibir arquivo Open project: XamlBrewer/UWP-Composition-Radial-Gauge

Public Methods

Method Description
RandomColor ( this element ) : Color

Returns a random color.

Not necessarily an extension method. Just for convenience.

Side ( this element ) : int

Returns the side of an inner square.

Method Details

RandomColor() public static method

Returns a random color.
Not necessarily an extension method. Just for convenience.
public static RandomColor ( this element ) : Color
element this
return Color

Side() public static method

Returns the side of an inner square.
public static Side ( this element ) : int
element this
return int