Arguments for which sides of a VisualElement that Safe Area padding should be applied to
public readonly struct SafeAreaAdjustmentArgs
Constructors
Declaration
public SafeAreaAdjustmentArgs(bool left, bool right, bool top, bool bottom)
Parameters
Properties
Declaration
public readonly bool applyToBottom { get; }
Property Value
Declaration
public readonly bool applyToLeft { get; }
Property Value
Declaration
public readonly bool applyToRight { get; }
Property Value
Declaration
public readonly bool applyToTop { get; }
Property Value