'DeclarationPublic ReadOnly Property Sounds As IThemeSounds
'UsageDim instance As Theme Dim value As IThemeSounds value = instance.Sounds
public IThemeSounds Sounds {get;}
Gets the sounds object associated with the theme.'DeclarationPublic ReadOnly Property Sounds As IThemeSounds
'UsageDim instance As Theme Dim value As IThemeSounds value = instance.Sounds
public IThemeSounds Sounds {get;}
private Theme theme; private IThemeSounds sound; //Gets the theme sound. sound = theme.Sounds;