次の方法で共有


KeyTipHorizontalPlacement 列挙体

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

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

構文

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

メンバー

メンバー名 説明
KeyTipLeftAtTargetLeft KeyTip の左側をターゲット要素の左側に揃えて配置されます。
KeyTipLeftAtTargetCenter KeyTip の左側をターゲット要素の中央に揃えて配置されます。
KeyTipLeftAtTargetRight KeyTip の左側をターゲット要素の右側に揃えて配置されます。
KeyTipCenterAtTargetLeft KeyTip の中央をターゲット要素の左側に揃えて配置されます。
KeyTipCenterAtTargetCenter KeyTip の中央をターゲット要素の中央に揃えて配置されます。
KeyTipCenterAtTargetRight KeyTip の中央をターゲット要素の右側に揃えて配置されます。
KeyTipRightAtTargetLeft KeyTip の右側はターゲット要素の左側に揃えて配置されます。
KeyTipRightAtTargetCenter KeyTip の右側はターゲット要素の中央に揃えて配置されます。
KeyTipRightAtTargetRight KeyTip の右側をターゲット要素の右側に揃えて配置されます。

参照

参照

Microsoft.Windows.Controls 名前空間