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 Jul 12, 2023
1 parent 4409fb2 commit e9dd923
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| Sets the height or width of the child depending on the `Orientation`. If height or width are already set they will have priority.
CounterLength|double|Sets the height or width of the child depending on the inverse of `Orientation`. If height or width are already set they 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 e9dd923

Please sign in to comment.