Freigeben über


InkSource-Klasse

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

Vererbungshierarchie

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

Hinweise

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>

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Referenz

InkSource-Member

DocumentFormat.OpenXml.InkML-Namespace