Table of Contents

Property MinimumLocation

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

MinimumLocation

Gets or sets the minimum location constraint for layout positioning.

public override PointD? MinimumLocation { get; set; }

Property Value

PointD?

A nullable PointD indicating the minimum allowable location, or null if unconstrained.

Remarks

This optional point represents the lowest bound (typically top-left) that an element is allowed to occupy during layout computations. When set, any changes trigger a layout recalculation via PerformLayout(bool).