Share via


DefaultTriggerAttribute.TargetType Property

Gets the type that this DefaultTriggerAttribute applies to.

Namespace: System.Windows.Interactivity
Assembly: System.Windows.Interactivity (in system.windows.interactivity.dll)

Syntax

'Declaration
Public ReadOnly Property TargetType As Type
'Usage
Dim instance As DefaultTriggerAttribute
Dim value As Type

value = instance.TargetType
public Type TargetType { get; }
public:
property Type^ TargetType {
    Type^ get ();
}
/** @property */
public Type get_TargetType ()
public function get TargetType () : Type

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

DefaultTriggerAttribute Class
DefaultTriggerAttribute Members
System.Windows.Interactivity Namespace