共用方式為


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 屬性值表示擁有較低的優先權,因此會在活動設計工具上最下層的疊置順序位置繪製圖像。 欄位的值 LowestPriority 是 1000000。

注意

這個常數值會在建立自訂圖像時當做方針。 當您設計自訂圖像時,可以隨意針對 Priority 屬性使用不同的值。

適用於