C# Class MahApps.Metro.Controls.MetroContentControl

Originally from http://xamlcoder.com/blog/2010/11/04/creating-a-metro-ui-style-control/
Inheritance: System.Windows.Controls.ContentControl
显示文件 Open project: OfficeDev/Office-IT-Pro-Deployment-Scripts Class Usage Examples

Public Properties

Property Type Description
OnlyLoadTransitionProperty System.Windows.DependencyProperty
ReverseTransitionProperty System.Windows.DependencyProperty
TransitionsEnabledProperty System.Windows.DependencyProperty

Public Methods

Method Description
MetroContentControl ( ) : System.Windows
Reload ( ) : void

Private Methods

Method Description
MetroContentControlIsVisibleChanged ( object sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void
MetroContentControlLoaded ( object sender, RoutedEventArgs e ) : void
MetroContentControlUnloaded ( object sender, RoutedEventArgs e ) : void

Method Details

MetroContentControl() public method

public MetroContentControl ( ) : System.Windows
return System.Windows

Reload() public method

public Reload ( ) : void
return void

Property Details

OnlyLoadTransitionProperty public_oe static_oe property

public static DependencyProperty,System.Windows OnlyLoadTransitionProperty
return System.Windows.DependencyProperty

ReverseTransitionProperty public_oe static_oe property

public static DependencyProperty,System.Windows ReverseTransitionProperty
return System.Windows.DependencyProperty

TransitionsEnabledProperty public_oe static_oe property

public static DependencyProperty,System.Windows TransitionsEnabledProperty
return System.Windows.DependencyProperty