FlyoutShowOptions.Position 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 the position where the flyout opens.
public:
property IReference<Point> ^ Position { IReference<Point> ^ get(); void set(IReference<Point> ^ value); };
IReference<Point> Position();
void Position(IReference<Point> value);
public System.Nullable<Point> Position { get; set; }
var iReference = flyoutShowOptions.position;
flyoutShowOptions.position = iReference;
Public Property Position As Nullable(Of Point)
Property Value
The position where the flyout opens.