EasingByteKeyFrame Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
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
- 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
- keyTime
- KeyTime
A hora da chave inicial.
- easingFunction
- IEasingFunction
A função easing.