Template:ElementSpec: Difference between revisions

From Wiki Maui Linux NET
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>
<noinclude>
<noinclude>
This template renders a standard layout for Maui Linux .NET element pages.
This template renders a standard layout for Maui Linux .NET element pages.
Line 23: Line 24:
}}
}}
</noinclude><includeonly>
</noinclude><includeonly>
<includeonly>
= {{{title}}} =
; Kind
: {{{kind}}}
; Microsoft Docs
: [{{{ms_url}}} {{{title}}} documentation on learn.microsoft.com]
; Introduced
: {{{introduced}}}
; Deprecated
: {{{deprecated|—}}}
; Notes
: {{{notes|—}}}
== Properties ==
{| class="wikitable sortable"
! Property !! Implemented (Maui Linux) !! Introduced in (MAUI/.NET) !! Notes
{{{props}}}
|}
</includeonly>
<noinclude>
Template usage:
{{ElementSpec
{{ElementSpec
  | title=Button
  | title=Button
Line 29: Line 57:
  | 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=
! Property !! Implemented (Maui Linux) !! Introduced in (MAUI/.NET) !! Notes
|-
| Text || ? ||  ||  
| Text || ? ||  ||  
|-
| Command || ? ||  ||  
| Command || ? ||  ||  
|-
| CommandParameter || ? ||  ||  
| CommandParameter || ? ||  ||  
|-
| ImageSource || ? ||  || Requires GTK image loader
| ImageSource || ? ||  || Requires GTK image loader
|-
| ContentLayout || ? ||  ||  
| ContentLayout || ? ||  ||  
|-
| Padding || ? ||  ||  
| Padding || ? ||  ||  
|-
| Background || ? ||  ||  
| Background || ? ||  ||  
|-
| TextColor || ? ||  ||  
| TextColor || ? ||  ||  
|-
| FontSize || ? ||  ||  
| FontSize || ? ||  ||  
|-
| FontAttributes || ? ||  ||  
| 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