Table of Contents

Method ApplyMinMax

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

ApplyMinMax(float, float)

Apply minimal and maximal limits to Left, Top, Right and Bottom using values from the specified Thickness object.

public void ApplyMinMax(float min, float max)

Parameters

min float

Minimal possible thickness.

max float

Maximal possible thickness.