Popup.ActualPlacement Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the actual placement of the popup, in relation to its placement target.
public:
property PopupPlacementMode ActualPlacement { PopupPlacementMode get(); };
PopupPlacementMode ActualPlacement();
public PopupPlacementMode ActualPlacement { get; }
var popupPlacementMode = popup.actualPlacement;
Public ReadOnly Property ActualPlacement As PopupPlacementMode
Property Value
A value of the enumeration that indicates the actual placement of the popup, in relation to its placement target.