WinForms

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

    Show / Hide Table of Contents

    Class BeforeTransitionEventArgs

    Provides data for the event.

    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 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