Compartilhar via


EasingByteKeyFrame Construtores

Definição

Sobrecargas

EasingByteKeyFrame()

Inicializa uma nova instância da classe EasingByteKeyFrame.

EasingByteKeyFrame(Byte)

Inicializa uma nova instância da classe EasingByteKeyFrame com o valor Byte especificado.

EasingByteKeyFrame(Byte, KeyTime)

Inicializa uma nova instância da classe EasingByteKeyFrame com o valor Byte e o tempo-chave especificados.

EasingByteKeyFrame(Byte, KeyTime, IEasingFunction)

Inicializa uma nova instância da classe EasingByteKeyFrame com o valor Byte, o tempo-chave e a função de easing especificados.

EasingByteKeyFrame()

Inicializa uma nova instância da classe EasingByteKeyFrame.

public:
 EasingByteKeyFrame();
public EasingByteKeyFrame ();
Public Sub New ()

Confira também

Aplica-se a

EasingByteKeyFrame(Byte)

Inicializa uma nova instância da classe EasingByteKeyFrame com o valor Byte especificado.

public:
 EasingByteKeyFrame(System::Byte value);
public EasingByteKeyFrame (byte value);
new System.Windows.Media.Animation.EasingByteKeyFrame : byte -> System.Windows.Media.Animation.EasingByteKeyFrame
Public Sub New (value As Byte)

Parâmetros

value
Byte

O valor Byte inicial.

Confira também

Aplica-se a

EasingByteKeyFrame(Byte, KeyTime)

Inicializa uma nova instância da classe EasingByteKeyFrame com o valor Byte e o tempo-chave especificados.

public:
 EasingByteKeyFrame(System::Byte value, System::Windows::Media::Animation::KeyTime keyTime);
public EasingByteKeyFrame (byte value, System.Windows.Media.Animation.KeyTime keyTime);
new System.Windows.Media.Animation.EasingByteKeyFrame : byte * System.Windows.Media.Animation.KeyTime -> System.Windows.Media.Animation.EasingByteKeyFrame
Public Sub New (value As Byte, keyTime As KeyTime)

Parâmetros

value
Byte

O valor Byte inicial.

keyTime
KeyTime

O tempo-chave inicial.

Confira também

Aplica-se a

EasingByteKeyFrame(Byte, KeyTime, IEasingFunction)

Inicializa uma nova instância da classe EasingByteKeyFrame com o valor Byte, o tempo-chave e a função de easing especificados.

public:
 EasingByteKeyFrame(System::Byte value, System::Windows::Media::Animation::KeyTime keyTime, System::Windows::Media::Animation::IEasingFunction ^ easingFunction);
public EasingByteKeyFrame (byte value, System.Windows.Media.Animation.KeyTime keyTime, System.Windows.Media.Animation.IEasingFunction easingFunction);
new System.Windows.Media.Animation.EasingByteKeyFrame : byte * System.Windows.Media.Animation.KeyTime * System.Windows.Media.Animation.IEasingFunction -> System.Windows.Media.Animation.EasingByteKeyFrame
Public Sub New (value As Byte, keyTime As KeyTime, easingFunction As IEasingFunction)

Parâmetros

value
Byte

O valor Byte inicial.

keyTime
KeyTime

O tempo-chave inicial.

easingFunction
IEasingFunction

A função de easing.

Confira também

Aplica-se a