Share via


Shape.ModelId Property

modelId.Represents the attribte in schema: modelId

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

Syntax

'Declaration
<SchemaAttrAttribute(, "modelId")> _
Public Property ModelId As StringValue
    Get
    Set
'Usage
Dim instance As Shape
Dim value As StringValue

value = instance.ModelId

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

Property Value

Type: DocumentFormat.OpenXml.StringValue

See Also

Reference

Shape Class

Shape Members

DocumentFormat.OpenXml.Office.Drawing Namespace