Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
property bool Microsoft::Maui::ISwitch::IsOn { bool get(); void set(bool value); };
bool Microsoft.Maui.ISwitch.IsOn { get; set; }
member this.Microsoft.Maui.ISwitch.IsOn : bool with get, set
Property IsOn As Boolean Implements ISwitch.IsOn
Property Value
Implements