'Declaration Public Default Property Item( _ ByVal index As ThemeFontLanguage _ ) As String
'Usage Dim instance As ThemeFonts Dim index As ThemeFontLanguage Dim value As String instance.Item(index) = value value = instance.Item(index)
public string this[ ThemeFontLanguage index ]; {get; set;}
Parameters
- index
- The index value of the language font.