IInputElement.IsStylusCaptured Property

Definition

Gets a value that indicates whether the stylus is captured to this element.

public:
 property bool IsStylusCaptured { bool get(); };
public bool IsStylusCaptured { get; }
member this.IsStylusCaptured : bool
Public ReadOnly Property IsStylusCaptured As Boolean

Property Value

true if the element has stylus capture; otherwise, false.

Remarks

This interface is not intended for public implementation. For more information, see remarks for the IInputElement interface.

Existing implementations in the Windows Presentation Foundation (WPF) core (see ContentElement.IsStylusCaptured and UIElement.IsStylusCaptured) establish this property as a dependency property.

Applies to

See also