Compartir a través de


Category.Type Property

Category Type.Represents the attribte in schema: type

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

Syntax

'Declaración
<SchemaAttrAttribute(, "type")> _
Public Property Type As StringValue
    Get
    Set
'Uso
Dim instance As Category
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

Category Class

Category Members

DocumentFormat.OpenXml.Drawing.Diagrams Namespace