通过


VisualState.TargetType 属性

定义

获取或设置此视觉状态所面向的类型。

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

属性值

视觉状态对象可针对的元素 this 的类型。

适用于