GoToStateAction 屬性

公用 屬性

(另請參閱 受保護 屬性 )

  名稱 描述
public property CanFreeze  (繼承自 Freezable)
public property DependencyObjectType  (繼承自 DependencyObject)
public property Dispatcher  (繼承自 DispatcherObject)
public property HasAnimatedProperties  (繼承自 Animatable)
public property IsEnabled 
取得或設定指出此動作是否會在叫用時執行的值。這是相依性屬性。
 (繼承自 TriggerAction)
public property IsFrozen  (繼承自 Freezable)
public property IsSealed  (繼承自 DependencyObject)
public property StateName
VisualState 的名稱。
public property TargetName 
取得或設定此動作的目標物件名稱。如果已設定 Target,則會忽略此屬性。如果未設定 Target,而且未設定或無法解析 TargetName,目標會預設為 AssociatedObject。這是相依性屬性。
 (繼承自 TargetedTriggerAction)
public property TargetObject 
取得或設定目標物件。如果未設定 TargetObject,目標會尋找 TargetName 指定的物件。如果找不到 TargetName 參照的元素,目標會預設為 AssociatedObject。這是相依性屬性。
 (繼承自 TargetedTriggerAction)
public property UseTransitions
判斷是否要使用 VisualTransition 來切換狀態。

受保護 屬性

  名稱 描述
protected property AssociatedObject 
取得此動作附加到的物件。
 (繼承自 TriggerAction)
protected property AssociatedObjectTypeConstraint 
取得關聯物件類型限制。
 (繼承自 TargetedTriggerAction)
protected property Target 
取得目標物件。如果未設定或無法解析 TargetName,則會預設為 AssociatedObject。
 (繼承自 TargetedTriggerAction)
protected property TargetTypeConstraint 
取得目標類型限制。
 (繼承自 TargetedTriggerAction)

明確介面實作

  名稱 描述
System.Windows.Interactivity.IAttachedObject.AssociatedObject 
取得此動作附加到的物件。
 (繼承自 TriggerAction)

另請參閱

參照

GoToStateAction 類別
Microsoft.Expression.Interactivity.Core 命名空間