FlyoutShowOptions.Position Property

Definition

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.

Applies to