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

Afficher le fichier Open project: aurora-lzzp/Aurora-Weather

Méthodes publiques

Méthode 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 méthode

public static ChangeTitlebarButtonColor ( Color backGround, Color foreGround ) : void
backGround Windows.UI.Color
foreGround Windows.UI.Color
Résultat void

Change_Row_Column() public static méthode

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

ReverseVisibility() public static méthode

public static ReverseVisibility ( FrameworkElement e ) : void
e Windows.UI.Xaml.FrameworkElement
Résultat void