Template:ElementSpec: Difference between revisions
Jump to navigation
Jump to search
| Line 24: | Line 24: | ||
}} | }} | ||
</noinclude><includeonly> | </noinclude><includeonly> | ||
<includeonly> | |||
= {{{title}}} = | = {{{title}}} = | ||
| Line 36: | Line 37: | ||
; Deprecated | ; Deprecated | ||
: {{{deprecated|—}}} | |||
; Notes | ; Notes | ||
: {{{notes|—}}} | |||
== Properties == | == Properties == | ||
| Line 47: | Line 48: | ||
|} | |} | ||
</includeonly> | </includeonly> | ||
<noinclude> | |||
Template usage: | |||
{{ElementSpec | |||
| title=Button | |||
| kind=Control | |||
| ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/button | |||
| introduced=MAUI 6.0 (.NET 6) | |||
| deprecated= | |||
| notes=Core click control. Prefer Border for styling (instead of deprecated Frame). | |||
| props= | |||
|- | |||
| Text || ? || || | |||
|- | |||
| Command || ? || || | |||
|- | |||
| CommandParameter || ? || || | |||
|- | |||
| ImageSource || ? || || Requires GTK image loader | |||
|- | |||
| ContentLayout || ? || || | |||
|- | |||
| Padding || ? || || | |||
|- | |||
| Background || ? || || | |||
|- | |||
| TextColor || ? || || | |||
|- | |||
| FontSize || ? || || | |||
|- | |||
| FontAttributes || ? || || | |||
}} | |||
</noinclude> | |||
Latest revision as of 15:18, 17 October 2025
Template usage:
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 |
|---|