Skip to content

LabelDisplayMode

Namespace: ThinkGeo.Core

Specifies how labels and shapes are displayed during map rendering.

public enum LabelDisplayMode

Inheritance ObjectValueTypeEnumLabelDisplayMode
Implements IComparable, IFormattable, IConvertible

Fields

Name Value Description
LabelsAndShapes 0 Render both labels and corresponding shapes.
LabelsOnly 1 Render labels only; shapes are not displayed.
ShapesOnly 2 Render shapes only; labels are not displayed.