VisualState.TargetType 属性

定义

获取或设置 this 可视化状态对象可以设定为目标的元素的类型。

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 的类型。

适用于