ContextNode.HotPoints Property
hotPoints.Represents the attribte in schema: hotPoints
Namespace: DocumentFormat.OpenXml.Office2010.Ink
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "hotPoints")> _
Public Property HotPoints As ListValue(Of StringValue)
Get
Set
'Usage
Dim instance As ContextNode
Dim value As ListValue(Of StringValue)
value = instance.HotPoints
instance.HotPoints = value
[SchemaAttrAttribute(, "hotPoints")]
public ListValue<StringValue> HotPoints { get; set; }
Property Value
Type: DocumentFormat.OpenXml.ListValue<StringValue>