Edytuj

Udostępnij za pośrednictwem


KeyTipHorizontalPlacement Enum

Definition

Specifies the values for the horizontal placement of the KeyTip relative to its placement target.

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

Fields

KeyTipCenterAtTargetCenter 4

The center of the KeyTip is aligned with the center of the target element.

KeyTipCenterAtTargetLeft 3

The center of the KeyTip is aligned with the left of the target element.

KeyTipCenterAtTargetRight 5

The center of the KeyTip is aligned with the right of the target element.

KeyTipLeftAtTargetCenter 1

The left of the KeyTip is aligned with the center of the target element.

KeyTipLeftAtTargetLeft 0

The left of the KeyTip is aligned with the left of the target element.

KeyTipLeftAtTargetRight 2

The left of the KeyTip is aligned with the right of the target element.

KeyTipRightAtTargetCenter 7

The right of the KeyTip is aligned with the center of the target element.

KeyTipRightAtTargetLeft 6

The right of the KeyTip is aligned with the left of the target element.

KeyTipRightAtTargetRight 8

The right of the KeyTip is aligned with the right of the target element.

Applies to