DesignerGlyph.LowestPriority Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 = 1000000Remarks
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.