'Declaration
Public ReadOnly Property Sounds As IThemeSounds
'Usage
Dim instance As Theme Dim value As IThemeSounds value = instance.Sounds
public IThemeSounds Sounds {get;}
Gets
the sounds object associated with the theme.'Declaration
Public ReadOnly Property Sounds As IThemeSounds
'Usage
Dim 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;