Compartir a través de


CustomGeometry.PathList Property

List of Shape Paths.Represents the element tag in schema: a:pathLst

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

Syntax

'Declaración
Public Property PathList As PathList
    Get
    Set
'Uso
Dim instance As CustomGeometry
Dim value As PathList

value = instance.PathList

instance.PathList = value
public PathList PathList { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Drawing.PathList
Returns PathList.

See Also

Reference

CustomGeometry Class

CustomGeometry Members

DocumentFormat.OpenXml.Drawing Namespace