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
Показать файл Открыть проект

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

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