Skip to main content

BaseTransition.From Property

Gets the first frame in the transition.

Namespace: DevExpress.Utils.Animation

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

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

Property Value

Type Description
Image

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

See Also