Skip to main content
All docs
V25.1
  • ICombAnimationParameters.Vertical Property

    Gets or sets whether the transition goes vertically.

    Namespace: DevExpress.Utils.Animation

    Assembly: DevExpress.Utils.v25.1.dll

    NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

    Declaration

    bool Vertical { get; set; }

    Property Value

    Type Description
    Boolean

    true if the transition goes vertically; otherwise, false.

    See Also