Skip to main content

AnimationSelector.Select(FrameAnimation) Method

Returns a storyboard used to render a frame animation based on the specified settings.

Namespace: DevExpress.Xpf.WindowsUI

Assembly: DevExpress.Xpf.Controls.v23.2.dll

NuGet Package: DevExpress.Wpf.Controls

Declaration

public void Select(
    FrameAnimation animation
)

Parameters

Name Type Description
animation DevExpress.Xpf.WindowsUI.FrameAnimation

A FrameAnimation object that comprises the animation settings.

Remarks

This member supports the internal infrastructure, and is not intended to be used directly from your code.

See Also