C# 클래스 XamlBrewer.Uwp.Controls.Extensions

Extension methods for an inner square.
파일 보기 프로젝트 열기: XamlBrewer/UWP-Composition-Radial-Gauge

공개 메소드들

메소드 설명
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