LabelOverrunStrategy enum

The strategy for whether a label should be visible at viewing scales where the feature is too small for the label to fit.

Inheritance
Available extensions

Values

automatic → const LabelOverrunStrategy

The label will use the default overrun behavior which depends on the object being overrun. This value corresponds to no value being specified for the LabelDefinition.overrunStrategy property.

none → const LabelOverrunStrategy

The label cannot run past the ends of its line geometry or edges of its polygon geometry.

allow → const LabelOverrunStrategy

The label can run past the ends of its line geometry or edges or its polygon geometry.

Properties

coreValue → RT_LabelOverrunStrategy
Convert to internal value.
no setter
hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<LabelOverrunStrategy>
A constant List of the values in this enum, in order of their declaration.