'Declaration Public Function New( _ ByVal name As System.String, _ ByVal majorFont As IThemeFonts, _ ByVal minorFont As IThemeFonts _ )
'Usage Dim name As System.String Dim majorFont As IThemeFonts Dim minorFont As IThemeFonts Dim instance As New FontScheme(name, majorFont, minorFont)
public FontScheme( System.string name, IThemeFonts majorFont, IThemeFonts minorFont )
Parameters
- name
- The name.
- majorFont
- The major font.
- minorFont
- The minor font.