Table of Contents

Enum SimplePopupDialog.AlignOrigin

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

Specifies the origin point used for alignment calculations.

public enum SimplePopupDialog.AlignOrigin

Fields

Layout = 1

align relative to the layout container.

Owner = 0

Align relative to the owning element.

Remarks

The alignment origin determines the reference point for positioning elements. Use Owner to align relative to the owning element, or Layout to align relative to the layout container.