Freigeben über


KeyTipHorizontalPlacement-Enumeration

Gibt die Werte für die horizontale Platzierung des KeyTip relativ zu seinem Platzierungsziel an.

Namespace:  Microsoft.Windows.Controls
Assembly:  RibbonControlsLibrary (in RibbonControlsLibrary.dll)

Syntax

'Declaration
Public Enumeration KeyTipHorizontalPlacement
public enum KeyTipHorizontalPlacement
public enum class KeyTipHorizontalPlacement
type KeyTipHorizontalPlacement
public enum KeyTipHorizontalPlacement

Member

Membername Beschreibung
KeyTipLeftAtTargetLeft Die linke Rand des KeyTip wird am linken Rand des Zielelements ausgerichtet.
KeyTipLeftAtTargetCenter Die linke Rand des KeyTip wird an der Mitte des Zielelements ausgerichtet.
KeyTipLeftAtTargetRight Die linke Rand des KeyTip wird am rechten Rand des Zielelements ausgerichtet.
KeyTipCenterAtTargetLeft Die Mitte des KeyTip wird am linken Rand des Zielelements ausgerichtet.
KeyTipCenterAtTargetCenter Die Mitte des KeyTip wird an der Mitte des Zielelements ausgerichtet.
KeyTipCenterAtTargetRight Die Mitte des KeyTip wird am rechten Rand des Zielelements ausgerichtet.
KeyTipRightAtTargetLeft Die rechte Rand des KeyTip wird am linken Rand des Zielelements ausgerichtet.
KeyTipRightAtTargetCenter Die rechte Rand des KeyTip wird am mittleren Rand des Zielelements ausgerichtet.
KeyTipRightAtTargetRight Die rechte Rand des KeyTip wird am rechten Rand des Zielelements ausgerichtet.

Siehe auch

Referenz

Microsoft.Windows.Controls-Namespace