Controls/Rectangle: Difference between revisions
Jump to navigation
Jump to search
Created page with "{{ElementSpec | title=Rectangle | kind=Shape | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/shapes/rectangle | introduced=MAUI 6.0 (.NET 6) | deprecated=No | notes=Basic rectangle shape. | props= <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>StrokeThickness</td><td>?</td><td></td><td>Width</td></tr> <tr><td>RadiusX / RadiusY</td><td>?</td><td></td><td>Corn..." |
(No difference)
|
Latest revision as of 16:11, 17 October 2025
Rectangle
- Kind
- Shape
- Microsoft Docs
- Rectangle documentation on learn.microsoft.com
- Introduced
- MAUI 6.0 (.NET 6)
- Deprecated
- No
- Notes
- Basic rectangle shape.
Properties
| Property | Implemented (Maui Linux) | Introduced in (MAUI/.NET) | Notes |
|---|---|---|---|
| Fill | ? | Brush | |
| Stroke | ? | Brush | |
| StrokeThickness | ? | Width | |
| RadiusX / RadiusY | ? | Corner roundness |