Поделиться через


Gesture - класс

Обновлен: Ноябрь 2007

Represents the ability to query particular properties of a gesture returned from a gesture recognition.

Пространство имен:  Microsoft.Ink
Сборка:  Microsoft.Ink (в Microsoft.Ink.dll)

Синтаксис

'Декларация
<PermissionSetAttribute(SecurityAction.InheritanceDemand, Name := "FullTrust")> _
Public Class Gesture
'Применение
Dim instance As Gesture
[PermissionSetAttribute(SecurityAction.InheritanceDemand, Name = "FullTrust")]
public class Gesture
[PermissionSetAttribute(SecurityAction::InheritanceDemand, Name = L"FullTrust")]
public ref class Gesture
/** @attribute PermissionSetAttribute(SecurityAction.InheritanceDemand, Name = "FullTrust") */
public class Gesture
public class Gesture

Заметки

Gesture support is built-in by using the Microsoft gesture recognizer. Available gestures are found in the ApplicationGesture enumeration type. For more information about gestures, see Using Gestures and Command Input on the Tablet PC.

Иерархия наследования

System.Object
  Microsoft.Ink.Gesture

Потокобезопасность

Любые открытые члены этого типа, объявленные как static (Shared в Visual Basic), являются потокобезопасными. Потокобезопасность членов экземпляров не гарантируется.

Платформы

Windows Vista

Среды .NET Framework и .NET Compact Framework поддерживают не все версии каждой платформы. Поддерживаемые версии перечислены в разделе Требования к системе для .NET Framework.

Сведения о версии

.NET Framework

Поддерживается в версии: 3.0

См. также

Ссылки

Gesture - члены

Microsoft.Ink - пространство имен