TeachingTipPlacementMode 枚举

定义

定义指示 TeachingTip 教学提示的首选位置的常量。

public enum class TeachingTipPlacementMode
/// [Microsoft.UI.Xaml.CustomAttributes.MUXContractProperty(version=0)]
/// [Windows.Foundation.Metadata.Version(1)]
enum class TeachingTipPlacementMode
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.XamlContract, 65536)]
enum class TeachingTipPlacementMode
[Microsoft.UI.Xaml.CustomAttributes.MUXContractProperty(version=0)]
[Windows.Foundation.Metadata.Version(1)]
public enum TeachingTipPlacementMode
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.XamlContract), 65536)]
public enum TeachingTipPlacementMode
Public Enum TeachingTipPlacementMode
继承
TeachingTipPlacementMode
属性
Microsoft.UI.Xaml.CustomAttributes.MUXContractPropertyAttribute VersionAttribute ContractVersionAttribute

字段

Auto 0

非目标时沿 xaml 根的底部,目标为目标元素时在目标元素上方。

Bottom 2

非目标时沿 xaml 根的底部,目标元素位于目标元素下方。

BottomLeft 8

xaml 根的左下角(非目标时)和目标元素下方(目标时向左扩展)。

BottomRight 7

xaml 根的右下角(非目标时)和目标元素下方(目标时向右扩展)。

Center 13

xaml 根的中心(非目标时)和指向目标元素的中心(目标时)。

Left 3

非目标时沿 xaml 根的左侧,目标元素左侧为目标元素。

LeftBottom 10

非目标时 xaml 根的左下角,目标元素的左下角在设定目标时向下扩展。

LeftTop 9

非目标时 xaml 根的左上角,目标元素的左侧在设定目标时向上扩展。

Right 4

非目标时沿 xaml 根的右侧,目标元素的右侧为目标元素。

RightBottom 12

非目标时 xaml 根的右下角,目标元素的右下角在设定目标时向下扩展。

RightTop 11

非目标时 xaml 根的右上角,目标元素的右侧在定向时向上扩展。

Top 1

非目标时沿 xaml 根的顶部,目标元素位于目标元素上方。

TopLeft 6

Xaml 根的左上角(非目标时)和目标元素上方(目标时向左扩展)。

TopRight 5

Xaml 根的右上角(非目标时)和目标元素上方(目标元素时向右扩展)。

示例

提示

有关详细信息、设计指南和代码示例,请参阅 教学提示

WinUI 3 库应用包括大多数 WinUI 3 控件、特性和功能的交互式示例。 通过 Microsoft Store 获取应用,或在 GitHub 上获取源代码。

适用于

另请参阅