Controls/Border

From Wiki Maui Linux NET
Revision as of 15:51, 17 October 2025 by Ten (talk | contribs) (Created page with "{{ElementSpec | title=Border | kind=Control | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/border | introduced=MAUI 6.0 (.NET 6) | deprecated= | notes=Preferred over deprecated Frame for styling. | props= <tr><td>Stroke</td><td>?</td><td></td><td>Brush/color</td></tr> <tr><td>StrokeThickness</td><td>?</td><td></td><td>Border width</td></tr> <tr><td>StrokeShape</td><td>?</td><td></td><td>e.g., RoundRectangle</td></tr> <tr><td>Strok...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Border

Kind
Control
Microsoft Docs
Border documentation on learn.microsoft.com
Introduced
MAUI 6.0 (.NET 6)
Deprecated
Notes
Preferred over deprecated Frame for styling.

Properties

Property Implemented (Maui Linux) Introduced in (MAUI/.NET) Notes
Stroke?Brush/color
StrokeThickness?Border width
StrokeShape?e.g., RoundRectangle
StrokeDashArray?Dashed border pattern
Background?Fill brush
Padding?Inner spacing
Content?Child view