Class BeforeTransitionEventArgs
Provides data for the
Inheritance
System.Object
BeforeTransitionEventArgs
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class BeforeTransitionEventArgs : CancelEventArgs
Constructors
BeforeTransitionEventArgs(TransitionDirection, Int32, TileFlipDirection, HubTileType)
HubTile.BeforeTransitionEventArgs new instance
Declaration
public BeforeTransitionEventArgs(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 |