ColorTransformCategory.Priority Property
Priority.Represents the attribte in schema: pri
Namespace: DocumentFormat.OpenXml.Drawing.Diagrams
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Декларация
<SchemaAttrAttribute(, "pri")> _
Public Property Priority As UInt32Value
Get
Set
'Применение
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.