C# Class WpfApplication1.AccentColorSet

Exibir arquivo Open project: Code-Inside/Samples

Public Methods

Method Description
GetAllColorNames ( ) : List
this ( String colorName ) : Color
this ( UInt32 colorType ) : Color

Private Methods

Method Description
AccentColorSet ( UInt32 colorSet, System.Boolean active ) : System

Method Details

GetAllColorNames() public method

public GetAllColorNames ( ) : List
return List

this() public method

public this ( String colorName ) : Color
colorName String
return Color

this() public method

public this ( UInt32 colorType ) : Color
colorType System.UInt32
return Color