Edit

Share via


DesignerGlyph.NormalPriority Field

Definition

Represents the normal priority for a DesignerGlyph. This value is a constant.

C#
public const int NormalPriority = 10000;

Field Value

Value = 10000

Remarks

A lower value for the Priority property indicates a higher priority whereas a higher value indicates a lower priority. The value of the NormalPriority field is 10000.

Note

This constant value serves as a guideline when creating custom glyphs. You are free to use different values for the Priority property when designing your custom glyph.

Applies to

Product Versions
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1