Skip to content

Commit

Permalink
chore(Autolayout): doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert-Louis committed Jun 15, 2023
1 parent 7e9da83 commit 8a6e892
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/controls/AutoLayoutControl.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ Property|Type|Description
-|-|-
PrimaryAlignment|AutoLayoutPrimaryAlignment|Either Auto, the child grid take only the place it need in the autolayout direction, or Stretch, the child grid take all the available place in the autolayout direction. Note if set to Strech AutoLayoutJustify will behave as if in Stack mode.
CounterAlignment|AutoLayoutAlignment|Indicates where an element should be displayed on the counter axis of the parent orientation relative to the allocated layout slot of the parent element.
PrimaryLength|double| Set the grid size in parent orientation [Deprecated should Height and Width instead].
CounterLength|double|Sets the child size in parent counter orientation [Deprecated should Height and Width instead].
PrimaryLength|double| Set the grid size in parent orientation. Height or Width (depending of the Orientation) will have priority.
CounterLength|double|Sets the child size in parent counter orientation. Height or Width (depending of the Orientation) will have priority.
IsIndependentLayout | bool | Make the child independent of the AutoLayout positioning. Should not be used with other Attached Properties. Reflect the Absolute Position option from Figma.

0 comments on commit 8a6e892

Please sign in to comment.