Table of Contents

Method GetFont

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

GetFont(ListControlItem?, IListControlItemContainer?)

Gets font when item is inside the specified container. Result must not be null.

public static Font GetFont(ListControlItem? item, IListControlItemContainer? container)

Parameters

item ListControlItem
container IListControlItemContainer

Returns

Font

GetFont(IListControlItemContainer?)

Gets font used when item is painted. Result is not null.

public virtual Font GetFont(IListControlItemContainer? container)

Parameters

container IListControlItemContainer

Returns

Font