C# Класс Intense.UI.AppearanceManager

Manages the appearance of the application.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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