C# 클래스 Intense.UI.AppearanceManager

Manages the appearance of the application.
파일 보기 프로젝트 열기: firstfloorsoftware/intense 1 사용 예제들

공개 메소드들

메소드 설명
GetForCurrentView ( ) : AppearanceManager

Gets the appearance manager for the current window (app view).

비공개 메소드들

메소드 설명
AppearanceManager ( ) : System
AppearanceManager ( FrameworkElement root ) : System
GetAccentColor ( ) : Color?
GetSystemAccentBrush ( ) : SolidColorBrush
GetTheme ( ) : ApplicationTheme
OnAccentColorChanged ( ) : void
OnSystemAccentColorChanged ( DependencyObject o, DependencyProperty property ) : void
OnThemeChanged ( ) : void
Reset ( ) : void
ResetAllViews ( ) : void
SetAccentColor ( Color color ) : void
SetTheme ( ApplicationTheme theme, bool raiseEvent ) : void

메소드 상세

GetForCurrentView() 공개 정적인 메소드

Gets the appearance manager for the current window (app view).
public static GetForCurrentView ( ) : AppearanceManager
리턴 AppearanceManager