Прочетете на английски Редактиране

Споделяне чрез


PopupPrimaryAxis Enum

Definition

Describes the direction to move a Popup control to increase the amount of the Popup that is visible.

C#
public enum PopupPrimaryAxis
Inheritance
PopupPrimaryAxis

Fields

Name Value Description
None 0

A Popup control changes position according to default Popup behavior.

Horizontal 1

A Popup control changes position by moving along the horizontal axis of the screen before moving along the vertical axis.

Vertical 2

A Popup control changes position by moving along the vertical axis of the screen before moving along the horizontal axis.

Remarks

This enumeration is a return value type for a CustomPopupPlacementCallback delegate that is used to define custom placement for a Popup.

Applies to

Продукт Версии
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10

See also