Table of Contents

Enum DrawLabelFlags

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

Enumerates flags that can be used to customize label painting.

[Flags]
public enum DrawLabelFlags

Fields

TextHasBold = 1

Text may contain html bold tags.

TextHasNewLineChars = 2

Text may contain new line characters. If this flag is set, new line characters are processed in the text and it is split into the lines.