Propriedade InkCollectorSystemGestureEventArgs.Id
Namespace: Microsoft.Ink
Assembly: Microsoft.Ink (em Microsoft.Ink.dll)
Sintaxe
'Declaração
Public ReadOnly Property Id As SystemGesture
'Uso
Dim instance As InkCollectorSystemGestureEventArgs
Dim value As SystemGesture
value = instance.Id
public SystemGesture Id { get; }
public:
property SystemGesture Id {
SystemGesture get ();
}
public function get Id () : SystemGesture
Valor de propriedade
Tipo: Microsoft.Ink.SystemGesture
Plataformas
Windows Vista
o.NET Framework e.NET Compact Framework não oferecem suporte a todas as versões de cada plataforma. Para obter uma lista de versões suportadas, consulte Requisitos de sistema do .NET framework.
Informações sobre versão
.NET Framework
Compatível com: 3.0
Consulte também
Referência
InkCollectorSystemGestureEventArgs Classe