共用方式為


PlacementMode 列舉

定義

定義常數,指定相對於視覺專案之 工具提示 的慣用位置。

public enum class PlacementMode
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class PlacementMode
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum PlacementMode
Public Enum PlacementMode
<objectproperty = "enumMemberName"/>

繼承
PlacementMode
屬性

Windows 需求

裝置系列
Windows 10 (已於 10.0.10240.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)

欄位

Bottom 2

當元素收到鍵盤焦點時, 工具提示 的慣用位置會位於目標元素下方,當元素停留在指標上方時,滑鼠指標的底部。

Left 9

當專案收到鍵盤焦點時, 工具提示 的慣用位置是在目標元素的左邊,當元素停留在指標上方時,滑鼠指標的左邊。

Mouse 7

ToolTip的慣用位置是工具提示的左上角,當滑鼠停留在滑鼠上方時放在滑鼠指標位置上,以鍵盤焦點放在目標元素上方。

Right 4

當專案收到鍵盤焦點時, 工具提示 的慣用位置是在目標元素的右邊,當元素停留在指標上方時,滑鼠指標的右邊。

Top 10

當元素收到鍵盤焦點時, 工具提示 的慣用位置位於目標元素上方,當元素停留在指標上方時,滑鼠指標的頂端。

適用於