Skip to main content
A newer version of this page is available. .

FlyoutPanelOptions Members

Contains view and behavior options for a FlyoutPanel.

Constructors

Name Description
FlyoutPanelOptions() Initializes a new instance of the FlyoutPanelOptions class.

Fields

Name Description
DefaultAnchorType static The default value for the FlyoutPanelOptions.AnchorType property.
DefaultAnimationType static The default value for the FlyoutPanelOptions.AnimationType property.
DefaultCloseOnHidingOwner static The default value for the FlyoutPanelOptions.CloseOnHidingOwner property.
DefaultCloseOnOuterClick static The default value for the FlyoutPanelOptions.CloseOnOuterClick property.
DefaultHorzIndent static The default value for the FlyoutPanelOptions.HorzIndent property.
DefaultLocation static The default value for the FlyoutPanelOptions.Location property.
DefaultVertIndent static The default value for the FlyoutPanelOptions.VertIndent property.

Properties

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.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also