Controls/Switch

From Wiki Maui Linux NET
Revision as of 16:16, 17 October 2025 by Ten (talk | contribs) (Created page with "{{ElementSpec | title=Switch | kind=Control | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/switch | introduced=MAUI 6.0 (.NET 6) | deprecated=No | notes=Binary on/off toggle. | props= <tr><td>IsToggled</td><td>?</td><td></td><td>True/False</td></tr> <tr><td>ThumbColor</td><td>?</td><td></td><td></td></tr> <tr><td>OnColor</td><td>?</td><td></td><td>Track color when on</td></tr> }}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Switch

Kind
Control
Microsoft Docs
Switch documentation on learn.microsoft.com
Introduced
MAUI 6.0 (.NET 6)
Deprecated
No
Notes
Binary on/off toggle.

Properties

Property Implemented (Maui Linux) Introduced in (MAUI/.NET) Notes
IsToggled?True/False
ThumbColor?
OnColor?Track color when on