DesignerGlyph.LowestPriority Field

Definition

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

public: int LowestPriority = 1000000;
public const int LowestPriority = 1000000;
val mutable LowestPriority : int
Public Const LowestPriority As Integer  = 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.

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