4.852 Stylus

x:Object > Stylus
Stylus
(usage)
{x:Static Stylus.StaticPropertyName}
(description)
Provides access to general information about a tablet pen.
[is default constructible]
false
(attachable properties)
Stylus.IsFlicksEnabled
x:Boolean
(description)
A value indicating whether flicks are enabled.
[target type]
DependencyObject
Stylus.IsPressAndHoldEnabled
x:Boolean
(description)
A values indicating whether press and hold is enabled.
[target type]
DependencyObject
Stylus.IsTapFeedbackEnabled
x:Boolean
(description)
Whether a value indicating whether tap feedback is enabled.
[target type]
DependencyObject
Stylus.IsTouchFeedbackEnabled
x:Boolean
(description)
Whether a value indicating whether touch feedback is enabled.
[target type]
DependencyObject
(static properties)
Captured
IInputElement
(description)
The element to which the stylus is bound.
CurrentStylusDevice
StylusDevice
(description)
The stylus that represents the stylus currently in use.
DirectlyOver
IInputElement
(description)
The element that is directly beneath the stylus.
(attachable events)
Stylus.GotStylusCapture
Occurs when an element captures the stylus events.
Stylus.LostStylusCapture
Occurs when an element releases stylus events.
Stylus.PreviewStylusButtonDown
Occurs when the user presses one of the buttons on the stylus.
Stylus.PreviewStylusButtonUp
Occurs when the user releases one of the buttons on the stylus.
Stylus.PreviewStylusDown
Occurs when user touches the tip of the stylus to the tablet.
Stylus.PreviewStylusInAirMove
Occurs if the stylus moves while it is within range of (but not touching) the tablet.
Stylus.PreviewStylusInRange
Occurs when the stylus comes within range of the tablet.
Stylus.PreviewStylusMove
Occurs when the stylus moves while it is touching the tablet.
Stylus.PreviewStylusOutOfRange
Occurs when the stylus goes out of range of the tablet.
Stylus.PreviewStylusSystemGesture
Occurs when the user makes a system gesture with this stylus.
Stylus.PreviewStylusUp
Occurs when the user lifts the stylus from the tablet.
Stylus.StylusButtonDown
Occurs when the user presses one of the buttons on the stylus.
Stylus.StylusButtonUp
Occurs when the user releases one of the buttons on the stylus.
Stylus.StylusDown
Occurs when the user touches the tip of the stylus to the tablet.
Stylus.StylusEnter
Occurs when the stylus cursor enters the bounds of an element.
Stylus.StylusInAirMove
Occurs when the stylus moves while it is in range of, but not touching, the tablet.
Stylus.StylusInRange
Occurs when the stylus comes within range of the tablet.
Stylus.StylusLeave
Occurs when the stylus cursor leaves the bounds of an element.
Stylus.StylusMove
Occurs when the stylus moves while it is touching the tablet.
Stylus.StylusOutOfRange
Occurs when the stylus goes out of range of the tablet.
Stylus.StylusSystemGesture
Occurs when the user makes a system gesture with this stylus.
Stylus.StylusUp
Occurs when the user raises the stylus from the Tablet PC.