Skip to main content
All docs
V25.1
  • BaseTransition.To Property

    Gets the last frame in the transition.

    Namespace: DevExpress.Utils.Animation

    Assembly: DevExpress.Utils.v25.1.dll

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

    Declaration

    [Browsable(false)]
    public Image To { get; }

    Property Value

    Type Description
    Image

    An Image object that specifies the last frame in the transition.

    See Also