DesignerGlyph.LowestPriority Field

Definition

Represents the lowest priority possible for a DesignerGlyph. This value is a constant.

C#
public const int LowestPriority = 1000000;

Field Value

Value = 1000000

Remarks

A high value for the Priority property indicates a lower priority and therefore draws the glyph at the bottom-most Z order position on an activity designer. The value of the LowestPriority field is 1000000.

Huomautus

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

Tuote Versiot
.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