Skip to main content

FlyoutPanelOptions Properties

Contains view and behavior options for a FlyoutPanel.
Name Description
AnchorType Gets or sets the position at which the FlyoutPanel is displayed relative to its owner (FlyoutPanel.OwnerControl).
AnimationType Gets or sets the animation effect used to display and hide the FlyoutPanel.
CloseOnHidingOwner Gets or sets whether the FlyoutPanel is automatically closed when the owner control is hidden.
CloseOnOuterClick Gets or sets whether the FlyoutPanel is hidden on clicking outside the panel’s bounds.
HorzIndent Gets or sets the panel’s horizontal indent from the owner’s top left or top right corner when the FlyoutPanelOptions.AnchorType property is set to TopLeft or TopRight.
Location Gets or sets the display position of the FlyoutPanel when the FlyoutPanelOptions.AnchorType property is set to Manual. The position is relative to the owner’s top left corner.
VertIndent Gets or sets the panel’s vertical indent from the owner’s top left or top right corner when the FlyoutPanelOptions.AnchorType property is set to TopLeft or TopRight.
See Also