StylusButtonEventArgs.StylusButton Property

Definition

Gets the StylusButton that raises this event.

public:
 property System::Windows::Input::StylusButton ^ StylusButton { System::Windows::Input::StylusButton ^ get(); };
public System.Windows.Input.StylusButton StylusButton { get; }
member this.StylusButton : System.Windows.Input.StylusButton
Public ReadOnly Property StylusButton As StylusButton

Property Value

The StylusButton that raises this event.

Applies to