C# Class 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
Afficher le fichier Open project: inthehand/Charming

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
UIColorTypeToCOLOR ( UIColorType t ) : int
UIElementTypeToCOLOR ( UIElementType t ) : int

Method Details

GetColorValue() public méthode

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.
Résultat System.Color

UIElementColor() public méthode

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.
Résultat System.Color