FlyoutSettings Properties
Contains flyout control settings.| Name | Description |
|---|---|
| IndicatorHorizontalAlignment | Gets or sets the horizontal alignment of a flyout indicator. This is a dependency property. |
| IndicatorTarget | Gets or sets the element to which the flyout is attached. This is a dependency property. |
| IndicatorVerticalAlignment | Gets or sets the vertical alignment of a flyout indicator. This is a dependency property. |
| Placement | Gets or sets the flyout popup’s position relative to its target. |
| ShowIndicator | Gets or sets whether to show the flyout popup indicator. This is a dependency property. |
See Also