Method UpdateDrawLabelParams
UpdateDrawLabelParams(UpdateDrawLabelParamsDelegate?)
Updates the parameters used for drawing labels by invoking the specified delegate.
public void UpdateDrawLabelParams(UpdateDrawLabelParamsDelegate? updateParams)
Parameters
updateParamsUpdateDrawLabelParamsDelegateA delegate that modifies the label drawing parameters. If null, no update is performed.
Remarks
You can use it inside the BeforeDrawText event.