Class TransitionCompletedEventArgs
Provides data for the TransitionCompleted event.
Inheritance
System.Object
System.EventArgs
TransitionCompletedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class TransitionCompletedEventArgs : EventArgs
Constructors
TransitionCompletedEventArgs(TransitionDirection, Int32, TileFlipDirection, HubTileType)
HubTile.TransitionCompleted new instance
Declaration
public TransitionCompletedEventArgs(TransitionDirection direction, int imageIndex, TileFlipDirection flipdirection, HubTileType type)
Parameters
Type | Name | Description |
---|---|---|
TransitionDirection | direction | ImageStreamDirection |
System.Int32 | imageIndex | Streaming Image index |
TileFlipDirection | flipdirection | |
HubTileType | type |
Properties
ImageIndex
Gets/Sets Streaming Image index
Declaration
public int ImageIndex { get; set; }
Property Value
Type |
---|
System.Int32 |
RotateTransition
Gets/Sets HubTile FlipDirection
Declaration
public TileFlipDirection RotateTransition { get; set; }
Property Value
Type |
---|
TileFlipDirection |
SlideTransition
Gets or sets the image flow direction.
Declaration
public TransitionDirection SlideTransition { get; set; }
Property Value
Type |
---|
TransitionDirection |
TileType
Gets/Sets HubTile Type
Declaration
public HubTileType TileType { get; set; }
Property Value
Type |
---|
HubTileType |