ContextNode.ShapeGeometry Property
shapeGeometry.Represents the attribte in schema: shapeGeometry
Namespace: DocumentFormat.OpenXml.Office2010.Ink
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Декларация
<SchemaAttrAttribute(, "shapeGeometry")> _
Public Property ShapeGeometry As ListValue(Of StringValue)
Get
Set
'Применение
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>