ThicknessAnimation 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 ThicknessAnimation 類別的新執行個體。
多載
ThicknessAnimation() |
初始化 ThicknessAnimation 類別的新執行個體。 |
ThicknessAnimation(Thickness, Duration) |
初始化 ThicknessAnimation 類別的新執行個體,這個執行個體會在指定的持續期間內,以動畫展示指定的值。 動畫的起始值是展示動畫之屬性的基底數值,或另一個動畫的輸出。 |
ThicknessAnimation(Thickness, Duration, FillBehavior) |
初始化 ThicknessAnimation 類別的新執行個體,這個執行個體會在指定的持續期間內,以動畫展示指定的值,並且具有指定的填滿行為。 動畫的起始值是展示動畫之屬性的基底數值,或另一個動畫的輸出。 |
ThicknessAnimation(Thickness, Thickness, Duration) |
初始化 ThicknessAnimation 類別的新執行個體,這個執行個體會在指定的持續期間內,建立從指定起始值到指定目的值的動畫。 |
ThicknessAnimation(Thickness, Thickness, Duration, FillBehavior) |
初始化 ThicknessAnimation 類別的新執行個體,這個執行個體會在指定的持續期間內,建立從指定起始值到指定目的值的動畫,並具有指定的填滿行為。 |
ThicknessAnimation()
初始化 ThicknessAnimation 類別的新執行個體。
public:
ThicknessAnimation();
public ThicknessAnimation ();
Public Sub New ()
適用於
ThicknessAnimation(Thickness, Duration)
初始化 ThicknessAnimation 類別的新執行個體,這個執行個體會在指定的持續期間內,以動畫展示指定的值。 動畫的起始值是展示動畫之屬性的基底數值,或另一個動畫的輸出。
public:
ThicknessAnimation(System::Windows::Thickness toValue, System::Windows::Duration duration);
public ThicknessAnimation (System.Windows.Thickness toValue, System.Windows.Duration duration);
new System.Windows.Media.Animation.ThicknessAnimation : System.Windows.Thickness * System.Windows.Duration -> System.Windows.Media.Animation.ThicknessAnimation
Public Sub New (toValue As Thickness, duration As Duration)
參數
- toValue
- Thickness
動畫的目的值。
適用於
ThicknessAnimation(Thickness, Duration, FillBehavior)
初始化 ThicknessAnimation 類別的新執行個體,這個執行個體會在指定的持續期間內,以動畫展示指定的值,並且具有指定的填滿行為。 動畫的起始值是展示動畫之屬性的基底數值,或另一個動畫的輸出。
public:
ThicknessAnimation(System::Windows::Thickness toValue, System::Windows::Duration duration, System::Windows::Media::Animation::FillBehavior fillBehavior);
public ThicknessAnimation (System.Windows.Thickness toValue, System.Windows.Duration duration, System.Windows.Media.Animation.FillBehavior fillBehavior);
new System.Windows.Media.Animation.ThicknessAnimation : System.Windows.Thickness * System.Windows.Duration * System.Windows.Media.Animation.FillBehavior -> System.Windows.Media.Animation.ThicknessAnimation
Public Sub New (toValue As Thickness, duration As Duration, fillBehavior As FillBehavior)
參數
- toValue
- Thickness
動畫的目的值。
- fillBehavior
- FillBehavior
指定動畫為非使用中的行為方式。
適用於
ThicknessAnimation(Thickness, Thickness, Duration)
初始化 ThicknessAnimation 類別的新執行個體,這個執行個體會在指定的持續期間內,建立從指定起始值到指定目的值的動畫。
public:
ThicknessAnimation(System::Windows::Thickness fromValue, System::Windows::Thickness toValue, System::Windows::Duration duration);
public ThicknessAnimation (System.Windows.Thickness fromValue, System.Windows.Thickness toValue, System.Windows.Duration duration);
new System.Windows.Media.Animation.ThicknessAnimation : System.Windows.Thickness * System.Windows.Thickness * System.Windows.Duration -> System.Windows.Media.Animation.ThicknessAnimation
Public Sub New (fromValue As Thickness, toValue As Thickness, duration As Duration)
參數
- fromValue
- Thickness
動畫的起始值。
- toValue
- Thickness
動畫的目的值。
適用於
ThicknessAnimation(Thickness, Thickness, Duration, FillBehavior)
初始化 ThicknessAnimation 類別的新執行個體,這個執行個體會在指定的持續期間內,建立從指定起始值到指定目的值的動畫,並具有指定的填滿行為。
public:
ThicknessAnimation(System::Windows::Thickness fromValue, System::Windows::Thickness toValue, System::Windows::Duration duration, System::Windows::Media::Animation::FillBehavior fillBehavior);
public ThicknessAnimation (System.Windows.Thickness fromValue, System.Windows.Thickness toValue, System.Windows.Duration duration, System.Windows.Media.Animation.FillBehavior fillBehavior);
new System.Windows.Media.Animation.ThicknessAnimation : System.Windows.Thickness * System.Windows.Thickness * System.Windows.Duration * System.Windows.Media.Animation.FillBehavior -> System.Windows.Media.Animation.ThicknessAnimation
Public Sub New (fromValue As Thickness, toValue As Thickness, duration As Duration, fillBehavior As FillBehavior)
參數
- fromValue
- Thickness
動畫的起始值。
- toValue
- Thickness
動畫的目的值。
- fillBehavior
- FillBehavior
指定動畫為非使用中的行為方式。