[]
        
(Showing Draft Content)

C1.WPF.Tile.C1SlideTile

C1SlideTile Class

The C1SlideTile control slides from front to back according to the SlideDirection property value.

Inheritance
C1SlideTile
Namespace: C1.WPF.Tile
Assembly: C1.WPF.Tile.4.6.2.dll
Syntax
[TemplatePart(Name = "ContentChangeAnimationUp", Type = typeof(Storyboard))]
[TemplatePart(Name = "ContentChangeAnimationLeft", Type = typeof(Storyboard))]
[TemplatePart(Name = "ContentChangeAnimationDown", Type = typeof(Storyboard))]
[TemplatePart(Name = "ContentChangeAnimationRight", Type = typeof(Storyboard))]
public class C1SlideTile : C1Tile
Remarks

The SlideDirection property might contain any combination of the SlideDirection values. The C1Tile control will randomly slide in the one of available directions.

Constructors

Name Description
C1SlideTile()

Initializes the new instance of the C1SlideTile control.

Fields

Name Description
SlideDirectionProperty

Identifies the SlideDirection dependency property.

Properties

Name Description
SlideDirection

Gets or sets the SlideDirection value, determining the set of slide animations which should be applied to the current C1SlideTile control. This is a dependency property. The default value is SlideDirection.All.

Methods

Name Description
OnApplyTemplate()