StrokeProperty.TimeID Field
TIMEID structure that allows stroke order to be maintained across paste and drop operations.
Namespace: Microsoft.Ink
Assembly: Microsoft.Ink (in Microsoft.Ink.dll)
Syntax
'Declaration
Public Shared ReadOnly TimeID As Guid
'Usage
Dim value As Guid
value = StrokeProperty.TimeID
public static readonly Guid TimeID
public:
static initonly Guid TimeID
public static final var TimeID : Guid
Remarks
Without the TIMEID structure, the timestamp for all Stroke objects cut and pasted in a Strokes collection will be the same.
typedef struct tagTIMEID {
FILETIME tmFiletime;
ULONG uiOrder;
} TIMEID;
Platforms
Windows 7, Windows Vista, Windows Server 2008 R2, Windows Server 2008
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Version Information
.NET Framework
Supported in: 3.0