DataModelRoot.PointList Property
Point List.Represents the element tag in schema: dgm:ptLst
Namespace: DocumentFormat.OpenXml.Drawing.Diagrams
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property PointList As PointList
Get
Set
'Usage
Dim instance As DataModelRoot
Dim value As PointList
value = instance.PointList
instance.PointList = value
public PointList PointList { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Drawing.Diagrams.PointList