CommandBarLabelPosition 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
定義常數,指定應用程式行按鈕標籤的位置和可見度。
public enum class CommandBarLabelPosition
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
enum class CommandBarLabelPosition
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
public enum CommandBarLabelPosition
Public Enum CommandBarLabelPosition
- 繼承
-
CommandBarLabelPosition
- 屬性
Windows 需求
裝置系列 |
Windows 10 Anniversary Edition (已於 10.0.14393.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v3.0 引進)
|
欄位
Collapsed | 1 | 不論命令列是開啟還是關閉,應用程式行按鈕的標籤一律會隱藏。 |
Default | 0 | 應用程式行按鈕標籤的位置和可見度取決於 CommandBar.DefaultLabelPosition 屬性的值。 |
備註
這個列舉會提供AppBarButton和AppBarToggleButton上LabelPosition屬性的值。