A minimum value for the padding added by PadEdges.

Some device orientations have large safe areas, such as landscape mode on the iPhone X. It may not be necessary to add extra padding in such layouts. Instead you can use MinEdgePadding to say how much visual padding is required as a minimum. If the safe area already covers that space no more padding is added. If the safe area isn't large enough then more padding is added.

This is not appropriate for all layouts, nor is it guaranteed to be pleasing on all devices. You should always test on several different models.

Note that ExtraPadding is added after this minimum is applied.

Location

Namespace
Fuse.Controls
Package
Fuse.Controls.Panels 2.9.1

Returns

float4