Skip to main content
A newer version of this page is available. .

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.v19.2.dll

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