C# Class WinRTXamlToolkit.Controls.CascadingImageControl

Inheritance: Windows.UI.Xaml.Controls.Control
ファイルを表示 Open project: xyzzer/WinRTXamlToolkit

Public Properties

Property Type Description
CascadeDirectionProperty Windows.UI.Xaml.DependencyProperty
CascadeInEasingFunctionProperty Windows.UI.Xaml.DependencyProperty
CascadeSequenceProperty Windows.UI.Xaml.DependencyProperty
ColumnDelayProperty Windows.UI.Xaml.DependencyProperty
ColumnsProperty Windows.UI.Xaml.DependencyProperty
ImageSourceProperty Windows.UI.Xaml.DependencyProperty
RowDelayProperty Windows.UI.Xaml.DependencyProperty
RowsProperty Windows.UI.Xaml.DependencyProperty
TileDurationProperty Windows.UI.Xaml.DependencyProperty

Public Methods

Method Description
Cascade ( ) : void

Runs the cascades animation.

CascadingImageControl ( ) : System

Initializes a new instance of the CascadingImageControl class.

Protected Methods

Method Description
OnApplyTemplate ( ) : void

Invoked whenever application code or internal processes (such as a rebuilding layout pass) call ApplyTemplate. In simplest terms, this means the method is called just before a UI element displays in your app. Override this method to influence the default post-template logic of a class.

Private Methods

Method Description
OnColumnDelayChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Handles changes to the ColumnDelay property.

OnColumnDelayChanged ( System.TimeSpan oldColumnDelay, System.TimeSpan newColumnDelay ) : void

Provides derived classes an opportunity to handle changes to the ColumnDelay property.

OnColumnsChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Handles changes to the Columns property.

OnColumnsChanged ( int oldColumns, int newColumns ) : void

Provides derived classes an opportunity to handle changes to the Columns property.

OnImageSourceChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Handles changes to the ImageSource property.

OnImageSourceChanged ( ImageSource oldImageSource, ImageSource newImageSource ) : void

Provides derived classes an opportunity to handle changes to the ImageSource property.

OnLoaded ( object sender, RoutedEventArgs e ) : void
OnRowDelayChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Handles changes to the RowDelay property.

OnRowDelayChanged ( System.TimeSpan oldRowDelay, System.TimeSpan newRowDelay ) : void

Provides derived classes an opportunity to handle changes to the RowDelay property.

OnRowsChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Handles changes to the Rows property.

OnRowsChanged ( int oldRows, int newRows ) : void

Provides derived classes an opportunity to handle changes to the Rows property.

OnTileDurationChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Handles changes to the TileDuration property.

OnTileDurationChanged ( System.TimeSpan oldTileDuration, System.TimeSpan newTileDuration ) : void

Provides derived classes an opportunity to handle changes to the TileDuration property.

Method Details

Cascade() public method

Runs the cascades animation.
public Cascade ( ) : void
return void

CascadingImageControl() public method

Initializes a new instance of the CascadingImageControl class.
public CascadingImageControl ( ) : System
return System

OnApplyTemplate() protected method

Invoked whenever application code or internal processes (such as a rebuilding layout pass) call ApplyTemplate. In simplest terms, this means the method is called just before a UI element displays in your app. Override this method to influence the default post-template logic of a class.
protected OnApplyTemplate ( ) : void
return void

Property Details

CascadeDirectionProperty public_oe static_oe property

CascadeDirection Dependency Property
public static DependencyProperty,Windows.UI.Xaml CascadeDirectionProperty
return Windows.UI.Xaml.DependencyProperty

CascadeInEasingFunctionProperty public_oe static_oe property

CascadeInEasingFunction Dependency Property
public static DependencyProperty,Windows.UI.Xaml CascadeInEasingFunctionProperty
return Windows.UI.Xaml.DependencyProperty

CascadeSequenceProperty public_oe static_oe property

CascadeSequence Dependency Property
public static DependencyProperty,Windows.UI.Xaml CascadeSequenceProperty
return Windows.UI.Xaml.DependencyProperty

ColumnDelayProperty public_oe static_oe property

ColumnDelay Dependency Property
public static DependencyProperty,Windows.UI.Xaml ColumnDelayProperty
return Windows.UI.Xaml.DependencyProperty

ColumnsProperty public_oe static_oe property

Columns Dependency Property
public static DependencyProperty,Windows.UI.Xaml ColumnsProperty
return Windows.UI.Xaml.DependencyProperty

ImageSourceProperty public_oe static_oe property

ImageSource Dependency Property
public static DependencyProperty,Windows.UI.Xaml ImageSourceProperty
return Windows.UI.Xaml.DependencyProperty

RowDelayProperty public_oe static_oe property

RowDelay Dependency Property
public static DependencyProperty,Windows.UI.Xaml RowDelayProperty
return Windows.UI.Xaml.DependencyProperty

RowsProperty public_oe static_oe property

Rows Dependency Property
public static DependencyProperty,Windows.UI.Xaml RowsProperty
return Windows.UI.Xaml.DependencyProperty

TileDurationProperty public_oe static_oe property

TileDuration Dependency Property
public static DependencyProperty,Windows.UI.Xaml TileDurationProperty
return Windows.UI.Xaml.DependencyProperty