LegendImageJustificationMode¶
Namespace: ThinkGeo.Core
Specifies how the legend item image is positioned relative to its text.
public enum LegendImageJustificationMode
Inheritance object → ValueType → Enum → LegendImageJustificationMode
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields¶
| Name | Value | Description |
|---|---|---|
| Default | 0 | Uses the default layout, which draws the image on the left and text on the right. |
| JustifyImageLeft | 1 | Forces the image to render on the left side regardless of other settings. |
| JustifyImageRight | 2 | Places the image on the right side so the text is aligned to the left. |