Property MinimumLocation
MinimumLocation
Gets or sets the minimum location constraint for layout positioning.
public override PointD? MinimumLocation { get; set; }
Property Value
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).