new DynamicLabel()
An optionally time-dynamic label.
Members
-
readonlydefinitionChanged :Event
-
Gets the event that is raised whenever a new property is assigned.
-
eyeOffset :Property
-
Gets or sets the
Cartesian3Propertyspecifying the label's eye offset. -
fillColor :Property
-
-
font :Property
-
Gets or sets the string
Propertyspecifying the the label's font. -
horizontalOrigin :Property
-
Gets or sets the
HorizontalOriginPropertyspecifying the label's horizontal origin. -
outlineColor :Property
-
-
outlineWidth :Property
-
Gets or sets the numeric
Propertyspecifying the the label outline's width. -
pixelOffset :Property
-
Gets or sets the
Cartesian2Propertyspecifying the label's pixel offset. -
pixelOffsetScaleByDistance :Property
-
Gets or sets the
NearFarScalarPropertyused to set pixel offset scaling based on distance. If undefined, no additional scale is applied to the pixel offset -
scale :Property
-
Gets or sets the numeric
Propertyspecifying the label's scale. -
show :Property
-
Gets or sets the boolean
Propertyspecifying the label's visibility. -
style :Property
-
Gets or sets the
LabelStylePropertyspecifying the the label's style. -
text :Property
-
Gets or sets the string
Propertyspecifying the the label's text. -
translucencyByDistance :Property
-
Gets or sets the
NearFarScalarPropertyused to set translucency based on distance. If undefined, a constant size is used. -
verticalOrigin :Property
-
Gets or sets the
VerticalOriginPropertyspecifying the label's vertical origin.
Methods
-
clone(result) → DynamicLabel
-
Duplicates a DynamicLabel instance.
Name Type Description resultDynamicLabel optional The object onto which to store the result. Returns:
The modified result parameter or a new instance if one was not provided. -
merge(source)
-
Assigns each unassigned property on this object to the value of the same property on the provided source object.
Name Type Description sourceDynamicLabel The object to be merged into this object.
