'DeclarationPublic ReadOnly Property Font As IThemeFont
'UsageDim instance As Theme Dim value As IThemeFont value = instance.Font
public IThemeFont Font {get;}
Gets the font object associated with the theme.'DeclarationPublic ReadOnly Property Font As IThemeFont
'UsageDim 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;