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
Datei anzeigen Open project: inthehand/Charming

Public Methods

Method 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

Method Description
UIColorTypeToCOLOR ( UIColorType t ) : int
UIElementTypeToCOLOR ( UIElementType t ) : int

Method Details

GetColorValue() public method

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.
return System.Color

UIElementColor() public method

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.
return System.Color