Enum AbstractMarkPainter.MarkLocation
Indicates where the marker should be painted in relation to the content it marks.
Namespace: Sdl.DesktopEditor.EditorApi.Implementation
Assembly: Sdl.DesktopEditor.EditorApi.dll
Syntax
public enum MarkLocation
Fields
Name | Description |
---|---|
AboveTop | Draw the marker above the bounding content rectangle. |
BelowBottom | Draw the marker below the bounding content rectangle. |
Bottom | Draw the marker aligned with the bottom of the bounding content rectangle. |
Center | Draw the marker in the middle of the bounding content rectangle. |
Top | Draw the marker aligned with the top of the bounding content rectangle. |