Enum TextMarkLayer
Used together with text marks to indicate if they should be drawn behind or in front of the main content (i.e. the text and tags) in the edit control.
Namespace: Sdl.DesktopEditor.EditorApi
Assembly: Sdl.DesktopEditor.EditorApi.dll
Syntax
public enum TextMarkLayer
Fields
Name | Description |
---|---|
Background | The mark is drawn before the main content. This will cause the mark to appear behind the main content (and behind any foreground marks) if they overlap. |
Foreground | The mark is drawn after the main content. This will cause the mark to appear in front of the main content (and any background marks) if they overlap. |