VisualStateGroup.TargetType Property

Definition

Gets or sets the type of element that this visual state group can target.

public:
 property Type ^ TargetType { Type ^ get(); void set(Type ^ value); };
public Type TargetType { get; set; }
member this.TargetType : Type with get, set
Public Property TargetType As Type

Property Value

The type of element that this visual state group can target.

Applies to