Share via


EasingColorKeyFrame 建構函式

定義

多載

EasingColorKeyFrame()

初始化 EasingColorKeyFrame 類別的新執行個體。

EasingColorKeyFrame(Color)

使用指定的 EasingColorKeyFrame 初始化 Color 類別的新執行個體。

EasingColorKeyFrame(Color, KeyTime)

使用指定的 EasingColorKeyFrame 和關鍵時間,初始化 Color 類別的新執行個體。

EasingColorKeyFrame(Color, KeyTime, IEasingFunction)

使用指定的 EasingColorKeyFrame、關鍵時間和 easing 函式,初始化 Color 類別的新執行個體。

EasingColorKeyFrame()

初始化 EasingColorKeyFrame 類別的新執行個體。

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

另請參閱

適用於

EasingColorKeyFrame(Color)

使用指定的 EasingColorKeyFrame 初始化 Color 類別的新執行個體。

public:
 EasingColorKeyFrame(System::Windows::Media::Color value);
public EasingColorKeyFrame (System.Windows.Media.Color value);
new System.Windows.Media.Animation.EasingColorKeyFrame : System.Windows.Media.Color -> System.Windows.Media.Animation.EasingColorKeyFrame
Public Sub New (value As Color)

參數

value
Color

初始的 Color

另請參閱

適用於

EasingColorKeyFrame(Color, KeyTime)

使用指定的 EasingColorKeyFrame 和關鍵時間,初始化 Color 類別的新執行個體。

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

參數

value
Color

初始的 Color

keyTime
KeyTime

初始索引鍵時間。

適用於

EasingColorKeyFrame(Color, KeyTime, IEasingFunction)

使用指定的 EasingColorKeyFrame、關鍵時間和 easing 函式,初始化 Color 類別的新執行個體。

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

參數

value
Color

初始的 Color

keyTime
KeyTime

初始索引鍵時間。

easingFunction
IEasingFunction

easing 函式。

另請參閱

適用於