UIBlock.CalculatedPadding
CalculatedPadding
The amount of space applied inward from the bounds defined by Calculated Size. Calculated by the Nova Engine once per dirty frame and whenenever CalculateLayout() is called explicitly.
Remarks
The final value here accounts for a combination of inputs from Padding, Padding Min Max, and Calculated Size.
Declaration
public ref readonly LengthBounds.Calculated CalculatedPadding { get; }