Method AddFontSizes
AddFontSizes(ListControl, bool, double?)
Initializes ListControl with list of font sizes.
public static void AddFontSizes(ListControl control, bool select = true, double? defaultSize = null)
Parameters
control
ListControlControl instance which items will be filled with font sizes.
select
boolSpecifies whether to select default item in the control.
defaultSize
double?Select this font size in ListControl. If its
null
, size of the default font is used.