ContextNode.ShapeGeometry Property

shapeGeometry.Represents the attribte in schema: shapeGeometry

Namespace:  DocumentFormat.OpenXml.Office2010.Ink
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "shapeGeometry")> _
Public Property ShapeGeometry As ListValue(Of StringValue)
    Get
    Set
'Usage
Dim instance As ContextNode
Dim value As ListValue(Of StringValue)

value = instance.ShapeGeometry

instance.ShapeGeometry = value
[SchemaAttrAttribute(, "shapeGeometry")]
public ListValue<StringValue> ShapeGeometry { get; set; }

Property Value

Type: DocumentFormat.OpenXml.ListValue<StringValue>

See Also

Reference

ContextNode Class

ContextNode Members

DocumentFormat.OpenXml.Office2010.Ink Namespace