'Declaration<XamlFilePathAttribute("ToggleSwitch\Themes\ToggleSwitchResourceDictionary.xaml")> <DefaultMemberAttribute("Item")> Public Class ToggleSwitchResourceDictionary Inherits Microsoft.Maui.Controls.ResourceDictionary
'UsageDim instance As ToggleSwitchResourceDictionary
[XamlFilePath("ToggleSwitch\Themes\ToggleSwitchResourceDictionary.xaml")] [DefaultMember("Item")] public class ToggleSwitchResourceDictionary : Microsoft.Maui.Controls.ResourceDictionary


