C# Class CommonControls.FadeInOutBorder

FadeInOutBorder.xaml の相互作用ロジック
Inheritance: System.Windows.Controls.ContentControl
Show file Open project: kienaiProject/ArtOfWords Class Usage Examples

Public Properties

Property Type Description
IsInvisibleProperty System.Windows.DependencyProperty

Public Methods

Method Description
FadeInOutBorder ( ) : System
GetFadeInStoryboard ( ) : System.Windows.Media.Animation.Storyboard
GetFadeOutStoryboard ( ) : System.Windows.Media.Animation.Storyboard

Private Methods

Method Description
Border_Loaded ( object sender, RoutedEventArgs e ) : void
FadeOutBorder_Completed ( object sender, EventArgs e ) : void
OnIsInvisibleChanged ( DependencyObject obj, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Method Details

FadeInOutBorder() public method

public FadeInOutBorder ( ) : System
return System

GetFadeInStoryboard() public method

public GetFadeInStoryboard ( ) : System.Windows.Media.Animation.Storyboard
return System.Windows.Media.Animation.Storyboard

GetFadeOutStoryboard() public method

public GetFadeOutStoryboard ( ) : System.Windows.Media.Animation.Storyboard
return System.Windows.Media.Animation.Storyboard

Property Details

IsInvisibleProperty public static property

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