Control.ShapeId Property

Associated VML Data Reference.Represents the attribte in schema: w:shapeid

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

Syntax

'Declaration
<SchemaAttrAttribute(, "shapeid")> _
Public Property ShapeId As StringValue
    Get
    Set
'Usage
Dim instance As Control
Dim value As StringValue

value = instance.ShapeId

instance.ShapeId = value
[SchemaAttrAttribute(, "shapeid")]
public StringValue ShapeId { get; set; }

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

Control Class

Control Members

DocumentFormat.OpenXml.Wordprocessing Namespace