DesignerGlyph.LowestPriority 欄位
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示 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 屬性使用不同的值。