C# Класс FirstFloor.ModernUI.Windows.Controls.ModernWindow

Represents a Modern UI styled window.
Наследование: System.Windows.Window
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
AdditionalContentProperty System.Windows.DependencyProperty
AppUpdateAvailableProperty System.Windows.DependencyProperty
AppUpdateCommandProperty System.Windows.DependencyProperty
BackgroundContentProperty System.Windows.DependencyProperty
ContentLoaderProperty System.Windows.DependencyProperty
DefaultContentSourceProperty System.Windows.DependencyProperty
FrameMarginProperty DependencyProperty
IsTitleVisibleProperty DependencyProperty
LinkNavigatorProperty DependencyProperty
MenuLinkGroupsProperty DependencyProperty
SaveKeyProperty DependencyProperty
TitleLinksProperty DependencyProperty

Private Properties

Свойство Тип Описание
Frame_Navigated void
OnCanMinimizeWindow void
OnCanNavigateLink void
OnCanNavigateTitleLink void
OnCanResizeWindow void
OnCloseWindow void
OnMaximizeWindow void
OnMinimizeWindow void
OnNavigateLink void
OnNavigateTitleLink void
OnRestoreWindow void

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

Метод Описание
ModernWindow ( ) : System

Initializes a new instance of the ModernWindow class.

NavigateTo ( Uri uri ) : void
OnApplyTemplate ( ) : void

When overridden in a derived class, is invoked whenever application code or internal processes call System.Windows.FrameworkElement.ApplyTemplate().

Приватные методы

Метод Описание
Frame_Navigated ( object sender, NavigationEventArgs navigationEventArgs ) : void
OnCanMinimizeWindow ( object sender, CanExecuteRoutedEventArgs e ) : void
OnCanNavigateLink ( object sender, CanExecuteRoutedEventArgs e ) : void
OnCanNavigateTitleLink ( object sender, CanExecuteRoutedEventArgs e ) : void
OnCanResizeWindow ( object sender, CanExecuteRoutedEventArgs e ) : void
OnCloseWindow ( object target, ExecutedRoutedEventArgs e ) : void
OnMaximizeWindow ( object target, ExecutedRoutedEventArgs e ) : void
OnMinimizeWindow ( object target, ExecutedRoutedEventArgs e ) : void
OnNavigateLink ( object sender, ExecutedRoutedEventArgs e ) : void
OnNavigateTitleLink ( object sender, ExecutedRoutedEventArgs e ) : void
OnRestoreWindow ( object target, ExecutedRoutedEventArgs e ) : void

Описание методов

ModernWindow() публичный Метод

Initializes a new instance of the ModernWindow class.
public ModernWindow ( ) : System
Результат System

NavigateTo() публичный Метод

public NavigateTo ( Uri uri ) : void
uri Uri
Результат void

OnApplyTemplate() публичный Метод

When overridden in a derived class, is invoked whenever application code or internal processes call System.Windows.FrameworkElement.ApplyTemplate().
public OnApplyTemplate ( ) : void
Результат void

Описание свойств

AdditionalContentProperty публичное статическое свойство

public static DependencyProperty,System.Windows AdditionalContentProperty
Результат System.Windows.DependencyProperty

AppUpdateAvailableProperty публичное статическое свойство

public static DependencyProperty,System.Windows AppUpdateAvailableProperty
Результат System.Windows.DependencyProperty

AppUpdateCommandProperty публичное статическое свойство

public static DependencyProperty,System.Windows AppUpdateCommandProperty
Результат System.Windows.DependencyProperty

BackgroundContentProperty публичное статическое свойство

Identifies the BackgroundContent dependency property.
public static DependencyProperty,System.Windows BackgroundContentProperty
Результат System.Windows.DependencyProperty

ContentLoaderProperty публичное статическое свойство

Identifies the ContentLoader dependency property.
public static DependencyProperty,System.Windows ContentLoaderProperty
Результат System.Windows.DependencyProperty

DefaultContentSourceProperty публичное статическое свойство

public static DependencyProperty,System.Windows DefaultContentSourceProperty
Результат System.Windows.DependencyProperty

FrameMarginProperty публичное статическое свойство

public static DependencyProperty FrameMarginProperty
Результат DependencyProperty

IsTitleVisibleProperty публичное статическое свойство

Identifies the IsTitleVisible dependency property.
public static DependencyProperty IsTitleVisibleProperty
Результат DependencyProperty

LinkNavigatorProperty публичное статическое свойство

Identifies the LinkNavigator dependency property.
public static DependencyProperty LinkNavigatorProperty
Результат DependencyProperty

MenuLinkGroupsProperty публичное статическое свойство

Identifies the MenuLinkGroups dependency property.
public static DependencyProperty MenuLinkGroupsProperty
Результат DependencyProperty

SaveKeyProperty публичное статическое свойство

public static DependencyProperty SaveKeyProperty
Результат DependencyProperty

TitleLinksProperty публичное статическое свойство

Identifies the TitleLinks dependency property.
public static DependencyProperty TitleLinksProperty
Результат DependencyProperty