DesignerGlyph.HighestPriority 欄位
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示 DesignerGlyph 最高的可能優先權。 這個值是常數。
public: int HighestPriority = 0;
C#
public const int HighestPriority = 0;
val mutable HighestPriority : int
Public Const HighestPriority As Integer = 0
Value = 0
較低的 Priority 屬性值表示擁有較高的優先權,因此會在活動設計工具上最上層的疊置順序位置繪製圖像。 欄位的值 HighestPriority 是 0。
備註
這個常數值會在建立自訂圖像時當做方針。 當您設計自訂圖像時,可以隨意針對 Priority 屬性使用不同的值。
產品 | 版本 |
---|---|
.NET Framework | 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |