Enum DrawLabelFlags
Enumerates flags that can be used to customize label painting.
[Flags]
public enum DrawLabelFlags
Fields
TextHasBold = 1Text may contain html bold tags.
TextHasNewLineChars = 2Text 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.