Table of Contents

Method AddFontSizes

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

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 ListControl

Control instance which items will be filled with font sizes.

select bool

Specifies 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.