Relation.CenterShapeId Property

Diagram Relationship Center Shape.Represents the attribte in schema: idcntr

Namespace:  DocumentFormat.OpenXml.Vml.Office
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "idcntr")> _
Public Property CenterShapeId As StringValue
    Get
    Set
'Usage
Dim instance As Relation
Dim value As StringValue

value = instance.CenterShapeId

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

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

Relation Class

Relation Members

DocumentFormat.OpenXml.Vml.Office Namespace