ShapeTarget.GraphicElement Property

Graphic Element.Represents the element tag in schema: p:graphicEl

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

Syntax

'Declaration
Public Property GraphicElement As GraphicElement
    Get
    Set
'Usage
Dim instance As ShapeTarget
Dim value As GraphicElement

value = instance.GraphicElement

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

Property Value

Type: DocumentFormat.OpenXml.Presentation.GraphicElement
Returns GraphicElement.

See Also

Reference

ShapeTarget Class

ShapeTarget Members

DocumentFormat.OpenXml.Presentation Namespace