==================== EClass LabelSegment ==================== Defines a label segment. A label segment defines its content and display configuration like color. :ePackage: :doc:`displayableObjects <./EPackage_displayableObjects>` :contained by: :doc:`FloatingLabel <./EClass_displayableObjects_FloatingLabel>`, :doc:`Label <./EClass_displayableObjects_Label>`, :doc:`NestedLabel <./EClass_displayableObjects_NestedLabel>` EAttributes ############# **color** (EString) Defines the color of the label segment given as a hex string or html color name. **content** (EString) Defines the content of the label segment. The label segment can contain placeholders like {alias}. If a placeholder, there should be also a label query defined that returns a string to that alias. **levelOfDetail** (EDouble) Defines at which zoom level this label should be displayed. **size** (EInt) (deprecated) Defines a offset in x-direction that is added to the calculated position of the label. EReferences ############# **queries** (:doc:`LabelQuery <./EClass_displayableObjects_LabelQuery>`) (lowerBound=0, upperBound=-1) (containment) Defines the label queries for this segment.