C# 클래스 Com.Aurora.Shared.Helpers.UIHelper

파일 보기 프로젝트 열기: aurora-lzzp/Aurora-Weather

공개 메소드들

메소드 설명
ChangeTitlebarButtonColor ( Color backGround, Color foreGround ) : void
Change_Row_Column ( FrameworkElement d, int row, int column ) : void
ReverseVisibility ( FrameworkElement e ) : void

메소드 상세

ChangeTitlebarButtonColor() 공개 정적인 메소드

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

Change_Row_Column() 공개 정적인 메소드

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

ReverseVisibility() 공개 정적인 메소드

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