Controls/Button: Difference between revisions

From Wiki Maui Linux NET
Jump to navigation Jump to search
Created page with "{{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= ! Property !! Implemented (Maui Linux) !! Introduced in (MAUI/.NET) !! Notes | Text || ? || || | Command || ? || || | CommandParameter || ? || || | ImageSource || ? || || Requires GTK image lo..."
 
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=No
  | 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 || ? ||  ||  
}}
}}

Revision as of 15:19, 17 October 2025


Button

Kind
Control
Microsoft Docs
Button documentation on learn.microsoft.com
Introduced
MAUI 6.0 (.NET 6)
Deprecated
No
Notes
Core click control. Prefer Border for styling (instead of deprecated Frame).

Properties

Property Implemented (Maui Linux) Introduced in (MAUI/.NET) Notes