Modifier

CustomPopupPlacement.PrimaryAxis Property

Definition

Gets or sets the direction in which to move a Popup control when the Popup is obscured by screen boundaries.

public:
 property System::Windows::Controls::Primitives::PopupPrimaryAxis PrimaryAxis { System::Windows::Controls::Primitives::PopupPrimaryAxis get(); void set(System::Windows::Controls::Primitives::PopupPrimaryAxis value); };
public System.Windows.Controls.Primitives.PopupPrimaryAxis PrimaryAxis { get; set; }
member this.PrimaryAxis : System.Windows.Controls.Primitives.PopupPrimaryAxis with get, set
Public Property PrimaryAxis As PopupPrimaryAxis

Property Value

The direction in which to move a Popup control when the Popup is obscured by screen boundaries.

Applies to