InkSource Class

Defines the InkSource Class.When the object is serialized out as xml, its qualified name is inkml:inkSource.

Inheritance Hierarchy

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.InkML.InkSource

Namespace:  DocumentFormat.OpenXml.InkML
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(ActiveArea))> _
<ChildElementInfoAttribute(GetType(TraceFormat))> _
<ChildElementInfoAttribute(GetType(SampleRate))> _
<ChildElementInfoAttribute(GetType(Latency))> _
<ChildElementInfoAttribute(GetType(SourceProperty))> _
<ChildElementInfoAttribute(GetType(ChannelProperties))> _
Public Class InkSource _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As InkSource
[ChildElementInfoAttribute(typeof(ActiveArea))]
[ChildElementInfoAttribute(typeof(TraceFormat))]
[ChildElementInfoAttribute(typeof(SampleRate))]
[ChildElementInfoAttribute(typeof(Latency))]
[ChildElementInfoAttribute(typeof(SourceProperty))]
[ChildElementInfoAttribute(typeof(ChannelProperties))]
public class InkSource : OpenXmlCompositeElement

Remarks

The following table lists the possible child types:

  • TraceFormat <inkml:traceFormat>

  • SampleRate <inkml:sampleRate>

  • Latency <inkml:latency>

  • ActiveArea <inkml:activeArea>

  • SourceProperty <inkml:srcProperty>

  • ChannelProperties <inkml:channelProperties>

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

InkSource Members

DocumentFormat.OpenXml.InkML Namespace