Controls/RoundRectangle: Difference between revisions
Jump to navigation
Jump to search
Created page with "{{ElementSpec | title=RoundRectangle | kind=Shape | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/shapes/roundrectangle | introduced=MAUI 6.0 (.NET 6) | deprecated=No | notes=Rounded rectangle (more flexible than Frame). | props= <tr><td>CornerRadius</td><td>?</td><td></td><td>Per-corner radii</td></tr> <tr><td>Fill</td><td>?</td><td></td><td>Brush</td></tr> <tr><td>Stroke</td><td>?</td><td></td><td>Brush</td></tr> <tr><td>StrokeTh..." |
(No difference)
|
Latest revision as of 16:12, 17 October 2025
RoundRectangle
- Kind
- Shape
- Microsoft Docs
- RoundRectangle documentation on learn.microsoft.com
- Introduced
- MAUI 6.0 (.NET 6)
- Deprecated
- No
- Notes
- Rounded rectangle (more flexible than Frame).
Properties
| Property | Implemented (Maui Linux) | Introduced in (MAUI/.NET) | Notes |
|---|---|---|---|
| CornerRadius | ? | Per-corner radii | |
| Fill | ? | Brush | |
| Stroke | ? | Brush | |
| StrokeThickness | ? | Width |