diff --git a/docs/overview/style-props.md b/docs/overview/style-props.md index 466c519fb..ba8af602e 100644 --- a/docs/overview/style-props.md +++ b/docs/overview/style-props.md @@ -165,6 +165,24 @@ Set the pivot point's Y coordinate for transformations. Relative to the object's
  • Ext. draw No
  • +### transform_skew_x +Skew an object horizontally. The value is interpreted in 0.1 degree units. E.g. 450 means 45 deg. + + +### transform_skew_y +Skew an object vertically. The value is interpreted in 0.1 degree units. E.g. 450 means 45 deg. + + ## Padding Properties to describe spacing between the parent's sides and the children and among the children. Very similar to the padding properties in HTML. @@ -226,7 +244,7 @@ Sets the padding between the columns. Used by the layouts. Properties to describe spacing around an object. Very similar to the margin properties in HTML. ### margin_top -Sets the margin on the top. The object will keep this space from its siblings in layouts. +Sets the margin on the top. The object will keep this space from its siblings in layouts.