ChannelProperties Class
Defines the ChannelProperties Class.When the object is serialized out as xml, its qualified name is inkml:channelProperties.
Inheritance Hierarchy
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.InkML.ChannelProperties
Namespace: DocumentFormat.OpenXml.InkML
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Декларация
<ChildElementInfoAttribute(GetType(ChannelProperty))> _
Public Class ChannelProperties _
Inherits OpenXmlCompositeElement
'Применение
Dim instance As ChannelProperties
[ChildElementInfoAttribute(typeof(ChannelProperty))]
public class ChannelProperties : OpenXmlCompositeElement
Remarks
The following table lists the possible child types:
- ChannelProperty <inkml:channelProperty>
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.