InkSource.Latency Property
Latency.Represents the element tag in schema: inkml:latency
Namespace: DocumentFormat.OpenXml.InkML
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property Latency As Latency
Get
Set
'Usage
Dim instance As InkSource
Dim value As Latency
value = instance.Latency
instance.Latency = value
public Latency Latency { get; set; }
Property Value
Type: DocumentFormat.OpenXml.InkML.Latency