Shape.Type Property

Shape Type Reference.Represents the attribte in schema: type

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

Syntax

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

value = instance.Type

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

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

Shape Class

Shape Members

DocumentFormat.OpenXml.Vml Namespace