SplitCloseThemeAnimation 類別

定義

表示使用 分割 動畫隱藏目標 UI 的預先設定動畫。

public ref class SplitCloseThemeAnimation sealed : Timeline
/// [Windows.Foundation.Metadata.Activatable(65536, Windows.Foundation.UniversalApiContract)]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class SplitCloseThemeAnimation final : Timeline
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
/// [Windows.Foundation.Metadata.Activatable(65536, "Windows.Foundation.UniversalApiContract")]
class SplitCloseThemeAnimation final : Timeline
[Windows.Foundation.Metadata.Activatable(65536, typeof(Windows.Foundation.UniversalApiContract))]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class SplitCloseThemeAnimation : Timeline
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.Foundation.Metadata.Activatable(65536, "Windows.Foundation.UniversalApiContract")]
public sealed class SplitCloseThemeAnimation : Timeline
Public NotInheritable Class SplitCloseThemeAnimation
Inherits Timeline
<SplitCloseThemeAnimation .../>
繼承
Object Platform::Object IInspectable DependencyObject Timeline SplitCloseThemeAnimation
屬性

Windows 需求

裝置系列
Windows 10 (已於 10.0.10240.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)

範例

請參閱 SplitOpenThemeAnimation中的程式碼範例。

備註

請注意,設定 Duration 屬性不會影響此物件,因為預先設定持續時間。

建構函式

SplitCloseThemeAnimation()

初始化 SplitCloseThemeAnimation 類別的新實例。

屬性

AutoReverse

取得或設定值,其中該值指出時間軸是否會在完成向前反覆項目後反向播放。

(繼承來源 Timeline)
BeginTime

取得或設定這個 時間軸 應該開始的時間。

(繼承來源 Timeline)
ClosedLength

取得或設定動畫方向中目標專案的初始大小。

ClosedLengthProperty

識別 ClosedLength 相依性屬性。

ClosedTarget

取得或設定指定初始剪輯大小的 UI 元素。

ClosedTargetName

取得或設定指定初始剪輯大小的 UI 元素識別名稱。

ClosedTargetNameProperty

識別 ClosedTargetName 相依性屬性。

ClosedTargetProperty

識別 ClosedTarget 相依性屬性。

ContentTarget

取得或設定將翻譯的 UI 專案。 一般而言,這是 OpenedTargetNameOpenedTarget所識別專案的子/部分。

ContentTargetName

取得或設定將翻譯之 UI 元素的識別名稱。 這通常是 OpenedTargetName所識別專案的子/部分。

ContentTargetNameProperty

識別 ContentTargetName 相依性屬性。

ContentTargetProperty

識別 ContentTarget 相依性屬性。

ContentTranslationDirection

取得或設定值,這個值會決定內容在動畫執行時應該轉譯的方向。

ContentTranslationDirectionProperty

識別 ContentTranslationDirection 相依性屬性。

ContentTranslationOffset

取得或設定動畫執行時所要轉譯的圖元。

ContentTranslationOffsetProperty

識別 ContentTranslationOffset 相依性屬性。

Dispatcher

取得與此物件相關聯的 CoreDispatcherCoreDispatcher代表可以存取 UI 執行緒上DependencyObject的功能,即使程式碼是由非 UI 執行緒起始也一樣。

(繼承來源 DependencyObject)
Duration

取得或設定這個時間表播放的時間長度 (不計算重複次數)。

(繼承來源 Timeline)
FillBehavior

取得或設定值,指定動畫在到達其使用期間結束時的行為。

(繼承來源 Timeline)
OffsetFromCenter

取得或設定從 開啟 之目標中央的位移。

OffsetFromCenterProperty

識別 OffsetFromCenter 相依性屬性。

OpenedLength

取得或設定目標 UI 專案的最終大小。

OpenedLengthProperty

識別 OpenedLength 相依性屬性。

OpenedTarget

取得或設定要裁剪的 UI 元素。

OpenedTargetName

取得或設定要裁剪之 UI 專案的識別名稱。

OpenedTargetNameProperty

識別 OpenedTargetName 相依性屬性。

OpenedTargetProperty

識別 OpenedTarget 相依性屬性。

RepeatBehavior

取得或設定這個時間軸的重複行為。

(繼承來源 Timeline)
SpeedRatio

取得或設定相對於其父系的速率,此時會進行這個 時間軸

(繼承來源 Timeline)

方法

ClearValue(DependencyProperty)

清除相依性屬性的本機值。

(繼承來源 DependencyObject)
GetAnimationBaseValue(DependencyProperty)

傳回針對相依性屬性所建立的任何基底值,如果動畫未使用中,則會套用。

(繼承來源 DependencyObject)
GetValue(DependencyProperty)

DependencyObject傳回相依性屬性的目前有效值。

(繼承來源 DependencyObject)
ReadLocalValue(DependencyProperty)

如果已設定本機值,則傳回相依性屬性的本機值。

(繼承來源 DependencyObject)
RegisterPropertyChangedCallback(DependencyProperty, DependencyPropertyChangedCallback)

註冊通知函式,以接聽此DependencyObject實例上特定DependencyProperty的變更。

(繼承來源 DependencyObject)
SetValue(DependencyProperty, Object)

DependencyObject上設定相依性屬性的本機值。

(繼承來源 DependencyObject)
UnregisterPropertyChangedCallback(DependencyProperty, Int64)

取消先前透過呼叫 RegisterPropertyChangedCallback註冊的變更通知。

(繼承來源 DependencyObject)

事件

Completed

發生于 Storyboard 物件已完成播放時。

(繼承來源 Timeline)

適用於

另請參閱