Compartilhar via


ColorTransformCategory.Priority Property

Priority.Represents the attribte in schema: pri

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

Syntax

'Declaration
<SchemaAttrAttribute(, "pri")> _
Public Property Priority As UInt32Value
    Get
    Set
'Usage
Dim instance As ColorTransformCategory
Dim value As UInt32Value

value = instance.Priority

instance.Priority = value
[SchemaAttrAttribute(, "pri")]
public UInt32Value Priority { get; set; }

Property Value

Type: DocumentFormat.OpenXml.UInt32Value
Returns UInt32Value.

Remarks

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

The priority within the category for this color variation determines the order in which it will display in the user interface. The lower numbers are to be displayed at the beginning of the list.

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

See Also

Reference

ColorTransformCategory Class

ColorTransformCategory Members

DocumentFormat.OpenXml.Drawing.Diagrams Namespace