ColorTransformCategory.Type Property

Category Type.Represents the attribte in schema: type

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

Syntax

'Declaration
<SchemaAttrAttribute(, "type")> _
Public Property Type As StringValue
    Get
    Set
'Usage
Dim instance As ColorTransformCategory
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.

Remarks

The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.

The category type used to organize the color transforms in the user interface.

The possible values for this attribute are defined by the XML Schema anyURI data type.

See Also

Reference

ColorTransformCategory Class

ColorTransformCategory Members

DocumentFormat.OpenXml.Drawing.Diagrams Namespace