Edytuj

Udostępnij za pośrednictwem


KeyTipVerticalPlacement Enum

Definition

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

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

Fields

KeyTipBottomAtTargetBottom 8

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

KeyTipBottomAtTargetCenter 7

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

KeyTipBottomAtTargetTop 6

The bottom of the KeyTip is aligned with the top of the target element.

KeyTipCenterAtTargetBottom 5

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

KeyTipCenterAtTargetCenter 4

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

KeyTipCenterAtTargetTop 3

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

KeyTipTopAtTargetBottom 2

The top of the KeyTip is aligned with the bottom of the target element.

KeyTipTopAtTargetCenter 1

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

KeyTipTopAtTargetTop 0

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

Applies to