EasingByteKeyFrame Construtores

Definição

Sobrecargas

Name Description
EasingByteKeyFrame()

Inicializa uma nova instância da EasingByteKeyFrame classe.

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 Byte valor especificado e o tempo da chave.

EasingByteKeyFrame(Byte, KeyTime, IEasingFunction)

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

EasingByteKeyFrame()

Inicializa uma nova instância da EasingByteKeyFrame classe.

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

Ver 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 .

Ver também

Aplica-se a

EasingByteKeyFrame(Byte, KeyTime)

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

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

O momento inicial da chave.

Ver também

Aplica-se a

EasingByteKeyFrame(Byte, KeyTime, IEasingFunction)

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

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

O momento inicial da chave.

easingFunction
IEasingFunction

A função de flexibilização.

Ver também

Aplica-se a