EasingByteKeyFrame Construtores

Definição

Sobrecargas

Nome Description
EasingByteKeyFrame()

Inicializa uma nova instância da classe EasingByteKeyFrame.

EasingByteKeyFrame(Byte)

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

EasingByteKeyFrame(Byte, KeyTime)

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

EasingByteKeyFrame(Byte, KeyTime, IEasingFunction)

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

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 EasingByteKeyFrame classe com o valor especificado Byte .

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 inicial Byte .

Confira também

Aplica-se a

EasingByteKeyFrame(Byte, KeyTime)

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

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 inicial Byte .

keyTime
KeyTime

A hora da chave inicial.

Confira também

Aplica-se a

EasingByteKeyFrame(Byte, KeyTime, IEasingFunction)

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

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 inicial Byte .

keyTime
KeyTime

A hora da chave inicial.

easingFunction
IEasingFunction

A função easing.

Confira também

Aplica-se a