Compartir a través de


CustomGeometry.ShapeGuideList Property

List of Shape Guides.Represents the element tag in schema: a:gdLst

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

Syntax

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

value = instance.ShapeGuideList

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

Property Value

Type: DocumentFormat.OpenXml.Drawing.ShapeGuideList
Returns ShapeGuideList.

See Also

Reference

CustomGeometry Class

CustomGeometry Members

DocumentFormat.OpenXml.Drawing Namespace