Skip to content

Commit 03a4e17

Browse files
authored
Merge pull request #7903 from MicrosoftDocs/mints-ts-contorl-prop
added border radius properties
2 parents 4f470f0 + 35b1119 commit 03a4e17

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

powerapps-docs/maker/canvas-apps/controls/control-horizontal-container.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,15 @@ Horizontal container control determines the position of the child components so
4949

5050
**Horizontal Overflow** - Defines whether the container shows scrollbars or remove content when it is too large to fit. **Scroll** and **Hide**.
5151

52+
**[RadiusBottomLeft](properties-size-___location.md)** – The degree to which the bottom-left corner of a control is rounded.
53+
54+
**[RadiusBottomRight](properties-size-___location.md)** – The degree to which the bottom-right corner of a control is rounded.
55+
56+
**[RadiusTopLeft](properties-size-___location.md)** – The degree to which the top-left corner of a control is rounded.
57+
58+
**[RadiusTopRight](properties-size-___location.md)** – The degree to which the top-right corner of a control is rounded.
59+
60+
5261
**Vertical Overflow** - Defines whether the container shows scrollbars or remove content when it is too large to fit. **Scroll** and **Hide**.
5362

5463
**Wrap** - Defines whether the content wraps to a new row or column when it cannot fit.

powerapps-docs/maker/canvas-apps/controls/control-vertical-container.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,14 @@ Vertical container control determines the position of the child components so th
4949

5050
**Horizontal Overflow** - Defines whether the container shows scrollbars or remove content when it is too large to fit. **Scroll** and **Hide**.
5151

52+
**[RadiusBottomLeft](properties-size-___location.md)** – The degree to which the bottom-left corner of a control is rounded.
53+
54+
**[RadiusBottomRight](properties-size-___location.md)** – The degree to which the bottom-right corner of a control is rounded.
55+
56+
**[RadiusTopLeft](properties-size-___location.md)** – The degree to which the top-left corner of a control is rounded.
57+
58+
**[RadiusTopRight](properties-size-___location.md)** – The degree to which the top-right corner of a control is rounded.
59+
5260
**Vertical Overflow** - Defines whether the container shows scrollbars or remove content when it is too large to fit. **Scroll** and **Hide**.
5361

5462
**Wrap** - Defines whether the content wraps to a new row or column when it cannot fit.

0 commit comments

Comments
 (0)