[]
Specifies the alignment mode of the LineMarker content.
public enum LineMarkerAlignment
Name | Description |
---|---|
Auto | LineMarker content is centered on the rectangle. The default value. |
Bottom | LineMarker content is aligned to the bottom of the rectangle. |
Left | LineMarker content is left aligned in a rectangle. |
LeftBottom | LineMarker content is aligned to the left bottom of the rectangle. |
LeftTop | LineMarker content is aligned to the left top of the rectangle. |
Right | LineMarker content is right aligned in a rectangle. |
Top | LineMarker content is aligned to the top of the rectangle. |