Compartilhar via


StyleDisplayCategory.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 StyleDisplayCategory
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 style determines the order in which it will display in the user interface. Lower numbers are 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

StyleDisplayCategory Class

StyleDisplayCategory Members

DocumentFormat.OpenXml.Drawing.Diagrams Namespace