'DeclarationReadOnly Property FontScheme As IFontScheme
'UsageDim instance As ITheme Dim value As IFontScheme value = instance.FontScheme
IFontScheme FontScheme {get;}
read-only property FontScheme: IFontScheme;
function get FontScheme : IFontScheme
__property IFontScheme* get_FontScheme();
property IFontScheme^ FontScheme { IFontScheme^ get(); }