KeyTipHorizontalPlacement Enumeration

Definition

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

public enum class KeyTipHorizontalPlacement
public enum KeyTipHorizontalPlacement
type KeyTipHorizontalPlacement = 
Public Enum KeyTipHorizontalPlacement
Vererbung
KeyTipHorizontalPlacement

Felder

KeyTipCenterAtTargetCenter 4

Die Mitte des KeyTip wird an der Mitte des Zielelements ausgerichtet.

KeyTipCenterAtTargetLeft 3

Die Mitte des KeyTip wird am linken Rand des Zielelements ausgerichtet.

KeyTipCenterAtTargetRight 5

Die Mitte des KeyTip wird am rechten Rand des Zielelements ausgerichtet.

KeyTipLeftAtTargetCenter 1

Die linke Rand des KeyTip wird an der Mitte des Zielelements ausgerichtet.

KeyTipLeftAtTargetLeft 0

Die linke Rand des KeyTip wird am linken Rand des Zielelements ausgerichtet.

KeyTipLeftAtTargetRight 2

Die linke Rand des KeyTip wird am rechten Rand des Zielelements ausgerichtet.

KeyTipRightAtTargetCenter 7

Die rechte Rand des KeyTip wird am mittleren Rand des Zielelements ausgerichtet.

KeyTipRightAtTargetLeft 6

Die rechte Rand des KeyTip wird am linken Rand des Zielelements ausgerichtet.

KeyTipRightAtTargetRight 8

Die rechte Rand des KeyTip wird am rechten Rand des Zielelements ausgerichtet.

Gilt für