[]
The C1SlideTile control slides from front to back according to the SlideDirection property value.
[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
The SlideDirection property might contain any combination of the SlideDirection values. The C1Tile control will randomly slide in the one of available directions.
Name | Description |
---|---|
C1SlideTile() | Initializes the new instance of the C1SlideTile control. |
Name | Description |
---|---|
SlideDirectionProperty | Identifies the SlideDirection dependency property. |
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. |
Name | Description |
---|---|
OnApplyTemplate() |