Controls/Label: Difference between revisions
Jump to navigation
Jump to search
Created page with "{{ElementSpec | title=Label | kind=Control | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/label | introduced=MAUI 6.0 (.NET 6) | deprecated=No | notes=Text rendering; check shaping/fallback fonts on Linux. | props= <tr><td>Text</td><td>?</td><td></td><td></td></tr> <tr><td>TextColor</td><td>?</td><td></td><td></td></tr> <tr><td>FontSize</td><td>?</td><td></td><td></td></tr> <tr><td>FontAttributes</td><td>?</td><td></td><td>Bold/It..." |
(No difference)
|
Latest revision as of 16:03, 17 October 2025
Label
- Kind
- Control
- Microsoft Docs
- Label documentation on learn.microsoft.com
- Introduced
- MAUI 6.0 (.NET 6)
- Deprecated
- No
- Notes
- Text rendering; check shaping/fallback fonts on Linux.
Properties
| Property | Implemented (Maui Linux) | Introduced in (MAUI/.NET) | Notes |
|---|---|---|---|
| Text | ? | ||
| TextColor | ? | ||
| FontSize | ? | ||
| FontAttributes | ? | Bold/Italic | |
| LineBreakMode | ? | Wrap/Truncate | |
| MaxLines | ? | Text clamp | |
| HorizontalTextAlignment | ? | ||
| VerticalTextAlignment | ? |