C# 클래스 InTheHand.UI.ViewManagement.UISettings

Contains a set of common app user interface settings and operations.
PlatformVersion supported Windows UWPWindows 10 Mobile Windows Phone StoreWindows Phone 8.1 or later Windows Phone SilverlightWindows Phone 8.0 or later Windows (Desktop Apps)Windows Vista or later
파일 보기 프로젝트 열기: inthehand/Charming

공개 메소드들

메소드 설명
GetColorValue ( UIColorType desiredColor ) : System.Color

Returns the color value of the specified color type.

UIElementColor ( UIElementType desiredElement ) : System.Color

Gets the color used for a specific user interface element type, such as a button face or window text.

비공개 메소드들

메소드 설명
UIColorTypeToCOLOR ( UIColorType t ) : int
UIElementTypeToCOLOR ( UIElementType t ) : int

메소드 상세

GetColorValue() 공개 메소드

Returns the color value of the specified color type.
public GetColorValue ( UIColorType desiredColor ) : System.Color
desiredColor UIColorType An enumeration value that specifies the type of color to get a value for.
리턴 System.Color

UIElementColor() 공개 메소드

Gets the color used for a specific user interface element type, such as a button face or window text.
public UIElementColor ( UIElementType desiredElement ) : System.Color
desiredElement UIElementType The type of element for which the color will be obtained.
리턴 System.Color