次の方法で共有


KeyTipVerticalPlacement 列挙体

配置ターゲットに対する KeyTip の垂直方向の配置の値を指定します。

名前空間:  Microsoft.Windows.Controls
アセンブリ:  RibbonControlsLibrary (RibbonControlsLibrary.dll 内)

構文

'宣言
Public Enumeration KeyTipVerticalPlacement
public enum KeyTipVerticalPlacement
public enum class KeyTipVerticalPlacement
type KeyTipVerticalPlacement
public enum KeyTipVerticalPlacement

メンバー

メンバー名 説明
KeyTipTopAtTargetTop KeyTip の上部が、ターゲット要素の上部に揃えて配置されます。
KeyTipTopAtTargetCenter KeyTip の上部をターゲット要素の中央に揃えて配置されます。
KeyTipTopAtTargetBottom KeyTip の上部をターゲット要素の下部に揃えて配置されます。
KeyTipCenterAtTargetTop KeyTip の中央をターゲット要素の上部に揃えて配置されます。
KeyTipCenterAtTargetCenter KeyTip の中央をターゲット要素の中央に揃えて配置されます。
KeyTipCenterAtTargetBottom KeyTip の中央をターゲット要素の下部に揃えて配置されます。
KeyTipBottomAtTargetTop KeyTip の下部をターゲット要素の上部に揃えて配置されます。
KeyTipBottomAtTargetCenter KeyTip の下部をターゲット要素の中央に揃えて配置されます。
KeyTipBottomAtTargetBottom KeyTip の下部をターゲット要素の下部に揃えて配置されます。

参照

参照

Microsoft.Windows.Controls 名前空間