Table of Contents

Method UpdateDrawLabelParams

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

UpdateDrawLabelParams(UpdateDrawLabelParamsDelegate?)

Updates the parameters used for drawing labels by invoking the specified delegate.

public void UpdateDrawLabelParams(UpdateDrawLabelParamsDelegate? updateParams)

Parameters

updateParams UpdateDrawLabelParamsDelegate

A delegate that modifies the label drawing parameters. If null, no update is performed.

Remarks

You can use it inside the BeforeDrawText event.