KeyTipHorizontalPlacement Sabit listesi

Tanım

Anahtar İpucu'nun yerleştirme hedefine göre yatay yerleşimi için değerleri belirtir.

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

Alanlar

KeyTipCenterAtTargetCenter 4

KeyTip'in merkezi, hedef öğenin merkeziyle hizalanır.

KeyTipCenterAtTargetLeft 3

KeyTip'in merkezi hedef öğenin soluyla hizalanır.

KeyTipCenterAtTargetRight 5

KeyTip'in merkezi hedef öğenin sağıyla hizalanır.

KeyTipLeftAtTargetCenter 1

KeyTip'in solu hedef öğenin ortasıyla hizalanır.

KeyTipLeftAtTargetLeft 0

Tuş İpucu'nun solu hedef öğenin soluyla hizalanır.

KeyTipLeftAtTargetRight 2

Tuş İpucu'nun solu hedef öğenin sağıyla hizalanır.

KeyTipRightAtTargetCenter 7

Tuş İpucu'nun sağ kısmı hedef öğenin ortasıyla hizalanır.

KeyTipRightAtTargetLeft 6

Tuş İpucu'nun sağ kısmı hedef öğenin soluyla hizalanır.

KeyTipRightAtTargetRight 8

Tuş İpucu'nun sağ kısmı hedef öğenin sağıyla hizalanır.

Şunlara uygulanır