FlyoutSettings Properties
Contains flyout control settings.| Name | Description |
|---|---|
| DependencyObjectType | Gets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject. |
| Dispatcher | Gets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject. |
| 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. |
| IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject. |
| 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