Table of Contents

Method SetAbsolutePosition

Namespace
Alternet.Maui
Assembly
Alternet.UI.Maui.dll

SetAbsolutePosition(AbsoluteLayout, double, double)

Sets the absolute position of the dialog within the specified layout.

public virtual void SetAbsolutePosition(AbsoluteLayout layout, double x, double y)

Parameters

layout AbsoluteLayout

The parent layout in which the dialog is to be positioned.

x double

The X-coordinate of the position.

y double

The Y-coordinate of the position.