Edit

Share via


IKeyFrame<T> Interface

Definition

An interface representing a XAML model for a custom keyframe.

public interface IKeyFrame<T>
type IKeyFrame<'T> = interface
Public Interface IKeyFrame(Of T)

Type Parameters

T

The type of values for the current keyframe.

Derived

Methods

AppendToBuilder(INormalizedKeyFrameAnimationBuilder<T>)

Appends the current keyframe to a target INormalizedKeyFrameAnimationBuilder<T> instance.

Applies to