ContentElement.IsStylusOver Свойство
Определение
Возвращает значение, определяющее, находится ли перо на элементе (включая видимые дочерние элементы).Gets a value that indicates whether the stylus is located over this element (including visual child elements).
public:
property bool IsStylusOver { bool get(); };
public bool IsStylusOver { get; }
member this.IsStylusOver : bool
Public ReadOnly Property IsStylusOver As Boolean
Значение свойства
true
, если перо находится на элементе, или его дочерних элементах; иначе, false
.true
if the stylus is over the element or its child elements; otherwise, false
. Значение по умолчанию — false
.The default is false
.
Реализации
Комментарии
Если этот элемент имеет захват пера, это свойство остается true
до тех пор, пока не будет снят захват пера и указатель не покинет его границы.If this element has stylus capture, this property remains true
until stylus capture is lost and the pointer is out of its bounds.
Ввод с помощью сенсорного ввода, мыши и пера существует в определенной связи.Touch, mouse, and stylus input exist in a particular relationship. Дополнительные сведения см. в разделе Общие сведения о входных данных.For more information, see Input Overview.
Сведения о свойстве зависимостейDependency Property Information
Поле идентификатораIdentifier field | IsStylusOverProperty |
Для свойств метаданных задано значение true Metadata properties set to true |
ОтсутствуютNone |