C# Class ModernWPF.Controls.ModernContentControl

A ContentControl that animates content in.
Inheritance: System.Windows.Controls.ContentControl
显示文件 Open project: soukoku/ModernWPF

Public Properties

Property Type Description
SlideFromDirectionProperty System.Windows.DependencyProperty

Public Methods

Method Description
AnimateIn ( ) : void

Animates the content out.

Animates the content in.

Private Methods

Method Description
ModernContentControl ( ) : System

Method Details

AnimateIn() public method

Animates the content out. Animates the content in.
public AnimateIn ( ) : void
return void

Property Details

SlideFromDirectionProperty public_oe static_oe property

The DP for SlideFromDirection.
public static DependencyProperty,System.Windows SlideFromDirectionProperty
return System.Windows.DependencyProperty