C# Class Com.Aurora.Shared.Helpers.UIHelper

Show file Open project: aurora-lzzp/Aurora-Weather

Public Methods

Method Description
ChangeTitlebarButtonColor ( Color backGround, Color foreGround ) : void
Change_Row_Column ( FrameworkElement d, int row, int column ) : void
ReverseVisibility ( FrameworkElement e ) : void

Method Details

ChangeTitlebarButtonColor() public static method

public static ChangeTitlebarButtonColor ( Color backGround, Color foreGround ) : void
backGround Windows.UI.Color
foreGround Windows.UI.Color
return void

Change_Row_Column() public static method

public static Change_Row_Column ( FrameworkElement d, int row, int column ) : void
d Windows.UI.Xaml.FrameworkElement
row int
column int
return void

ReverseVisibility() public static method

public static ReverseVisibility ( FrameworkElement e ) : void
e Windows.UI.Xaml.FrameworkElement
return void