Compartilhar via


Método DesignerView.OnMatchGesture

Raises the MatchGesture event.

Namespace:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Interaction (em Microsoft.Windows.Design.Interaction.dll)

Sintaxe

'Declaração
Protected Overridable Sub OnMatchGesture ( _
    e As MatchGestureEventArgs _
)
protected virtual void OnMatchGesture(
    MatchGestureEventArgs e
)
protected:
virtual void OnMatchGesture(
    MatchGestureEventArgs^ e
)
abstract OnMatchGesture : 
        e:MatchGestureEventArgs -> unit 
override OnMatchGesture : 
        e:MatchGestureEventArgs -> unit 
protected function OnMatchGesture(
    e : MatchGestureEventArgs
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

DesignerView Classe

Namespace Microsoft.Windows.Design.Interaction

AdornerPanel

Outros recursos

Walkthrough: Criando um adorno em tempo de design

Adorner de arquitetura