PointerEventArgs.IsPrimary 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指示指针是否表示此指针类型的主指针。
public:
property bool IsPrimary { bool get(); void set(bool value); };
public bool IsPrimary { get; set; }
member this.IsPrimary : bool with get, set
Public Property IsPrimary As Boolean