Template:ElementSpec: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
<noinclude> | |||
This template renders a standard layout for Maui Linux .NET element pages. | |||
Usage example: | |||
{{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 over deprecated Frame. | |||
| props= | |||
! Property !! Implemented (Maui Linux) !! Introduced in (MAUI/.NET) !! Notes | |||
| Text || ? || || | |||
| Command || ? || || | |||
| CommandParameter || ? || || | |||
| ImageSource || ? || || Requires GTK image loader | |||
| ContentLayout || ? || || | |||
| Padding || ? || || | |||
| Background || ? || || | |||
| TextColor || ? || || | |||
| FontSize || ? || || | |||
| FontAttributes || ? || || | |||
}} | |||
</noinclude><includeonly> | |||
= {{{title}}} = | = {{{title}}} = | ||
| Line 23: | Line 47: | ||
|} | |} | ||
</includeonly> | </includeonly> | ||