StretchToParentWidth(VisualElement)
Aligns a VisualElement's left and right edges with the corresponding edges of its parent.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public static void StretchToParentWidth(this VisualElement elem)
Parameters
The element to be aligned with its parent
Remarks
This method provides a way to set the following styles in one operation:
-
_position is set to Position.Absolute
-
_left is set to 0
-
_right is set to 0