BrushTransition クラス

定義

要素のブラシが変更されたときにアニメーション化された遷移動作を提供します。 現在、オブジェクト間 SolidColorBrush の変更に制限されています。

/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class BrushTransition
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public class BrushTransition
Public Class BrushTransition
継承
Object IInspectable BrushTransition
属性

コンストラクター

BrushTransition()

BrushTransition クラスの新しいインスタンスを初期化します。

プロパティ

Duration

切り替えの期間を取得または設定します。

適用対象