FlyoutShowOptions.Placement Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that indicates where the flyout is placed in relation to its target element.
public:
property FlyoutPlacementMode Placement { FlyoutPlacementMode get(); void set(FlyoutPlacementMode value); };
FlyoutPlacementMode Placement();
void Placement(FlyoutPlacementMode value);
public FlyoutPlacementMode Placement { get; set; }
var flyoutPlacementMode = flyoutShowOptions.placement;
flyoutShowOptions.placement = flyoutPlacementMode;
Public Property Placement As FlyoutPlacementMode
Property Value
A value of the enumeration that indicates where the flyout is placed in relation to its target element.