次の方法で共有


StoryboardAction クラス

ストーリーボードをターゲットにする能力を提供する抽象的なクラス。

名前空間: Microsoft.Expression.Interactivity.Media
アセンブリ: Microsoft.Expression.Interactions (microsoft.expression.interactions.dll 中)

構文

'宣言
Public MustInherit Class StoryboardAction
    Inherits TriggerAction(Of DependencyObject)
'使用
Dim instance As StoryboardAction
public abstract class StoryboardAction : TriggerAction<DependencyObject>
public ref class StoryboardAction abstract : public TriggerAction<DependencyObject^>
public abstract class StoryboardAction extends TriggerAction<DependencyObject>
public abstract class StoryboardAction extends TriggerAction<DependencyObject>

解説

このクラスは、アクション作成者にストーリーボードをターゲットにするための標準的な方法を提供します。設計ツールでは、より優れた設計環境を提供するため、このアクションから継承されるクラスを対象とした特殊な編集方法を提供する場合もあります。

継承階層

System.Object
   System.Windows.Threading.DispatcherObject
     System.Windows.DependencyObject
       System.Windows.Freezable
         System.Windows.Media.Animation.Animatable
           System.Windows.Interactivity.TriggerAction
             System.Windows.Interactivity.TriggerAction
              Microsoft.Expression.Interactivity.Media.StoryboardAction
                 Microsoft.Expression.Interactivity.Media.ControlStoryboardAction

スレッド セーフ

この型のパブリック静的メンバ (Visual Basic では Shared メンバ) は、いずれもスレッド セーフです。インスタンス メンバは、スレッド セーフであるとは限りません。

関連項目

参照

StoryboardAction メンバ
Microsoft.Expression.Interactivity.Media 名前空間