'Declaration
Public ReadOnly Property Font As IThemeFont
'Usage
Dim instance As Theme Dim value As IThemeFont value = instance.Font
public IThemeFont Font {get;}
Gets
the font object associated with the theme.'Declaration
Public ReadOnly Property Font As IThemeFont
'Usage
Dim instance As Theme Dim value As IThemeFont value = instance.Font
public IThemeFont Font {get;}
private Theme theme; private IThemeFont font; //Gets the theme font. font = theme.Font;