C# Класс XamlBrewer.Uwp.Controls.Extensions

Extension methods for an inner square.
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

RandomColor() публичный статический Метод

Returns a random color.
Not necessarily an extension method. Just for convenience.
public static RandomColor ( this element ) : Color
element this
Результат Color

Side() публичный статический Метод

Returns the side of an inner square.
public static Side ( this element ) : int
element this
Результат int