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