Controls/Button: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 4: | Line 4: | ||
| ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/button | | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/button | ||
| introduced=MAUI 6.0 (.NET 6) | | introduced=MAUI 6.0 (.NET 6) | ||
| deprecated= | | deprecated= | ||
| notes=Core click control. Prefer '''Border''' for styling (instead of deprecated Frame). | | notes=Core click control. Prefer '''Border''' for styling (instead of deprecated Frame). | ||
| props= | | props= | ||
<tr><td>Text</td><td>?</td><td></td><td></td></tr> | |||
<tr><td>Command</td><td>?</td><td></td><td></td></tr> | |||
<tr><td>CommandParameter</td><td>?</td><td></td><td></td></tr> | |||
<tr><td>ImageSource</td><td>?</td><td></td><td>Requires GTK image loader</td></tr> | |||
<tr><td>ContentLayout</td><td>?</td><td></td><td></td></tr> | |||
<tr><td>Padding</td><td>?</td><td></td><td></td></tr> | |||
<tr><td>Background</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></td></tr> | |||
}} | }} | ||
Latest revision as of 15:21, 17 October 2025
Button
- Kind
- Control
- Microsoft Docs
- Button documentation on learn.microsoft.com
- Introduced
- MAUI 6.0 (.NET 6)
- Deprecated
- Notes
- Core click control. Prefer Border for styling (instead of deprecated Frame).
Properties
| Property | Implemented (Maui Linux) | Introduced in (MAUI/.NET) | Notes |
|---|---|---|---|
| Text | ? | ||
| Command | ? | ||
| CommandParameter | ? | ||
| ImageSource | ? | Requires GTK image loader | |
| ContentLayout | ? | ||
| Padding | ? | ||
| Background | ? | ||
| TextColor | ? | ||
| FontSize | ? | ||
| FontAttributes | ? |