WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TransitionCompletedEventArgs

    Show / Hide Table of Contents

    Class TransitionCompletedEventArgs

    Provides data for the TransitionCompleted event.

    Inheritance
    System.Object
    System.EventArgs
    TransitionCompletedEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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 Description
    System.Int32

    RotateTransition

    Gets/Sets HubTile FlipDirection

    Declaration
    public TileFlipDirection RotateTransition { get; set; }
    Property Value
    Type Description
    TileFlipDirection

    SlideTransition

    Gets or sets the image flow direction.

    Declaration
    public TransitionDirection SlideTransition { get; set; }
    Property Value
    Type Description
    TransitionDirection

    TileType

    Gets/Sets HubTile Type

    Declaration
    public HubTileType TileType { get; set; }
    Property Value
    Type Description
    HubTileType
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved