Share via


DesignerGlyph.LowestPriority 字段

定义

表示 DesignerGlyph 的可能的最低优先级。 该值是一个常数。

public: int LowestPriority = 1000000;
public const int LowestPriority = 1000000;
val mutable LowestPriority : int
Public Const LowestPriority As Integer  = 1000000

字段值

Value = 1000000

注解

Priority 属性的值越大,表示优先级越低,因此会在活动设计器的 Z 顺序的最底层位置绘制标志符号。 字段的 LowestPriority 值为 1000000。

注意

此常数值用作创建自定义标志符号时的一个准则。 设计自定义标志符号时,可以对 Priority 属性随意使用不同的值。

适用于