Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.71 KB

popupflyoutbase.md

File metadata and controls

23 lines (18 loc) · 1.71 KB

PopupFlyoutBase

Inheritance: FlyoutBase

Properties

Properties Description
placement(value: PlacementMode) Sets the Placement property.
horizontalOffset(value: double) Sets the HorizontalOffset property.
verticalOffset(value: double) Sets the VerticalOffset property.
placementAnchor(value: PopupAnchor) Sets the PlacementAnchor property.
placementGravity(value: PopupGravity) Sets the PlacementGravity property.
showMode(value: FlyoutShowMode) Sets the ShowMode property.
overlayInputPassThroughElement(value: IInputElement) Sets the OverlayInputPassThroughElement property.
placementConstraintAdjustment(value: PopupPositionerConstraintAdjustment) Sets the PlacementConstraintAdjustment property.

Events

Properties Description
onOpening(fn: 'msg) Raised when the PopupFlyoutBase is opening.
onClosing(fn: CancelEventArgs -> 'msg) Raised when the PopupFlyoutBase is closing.