LabelStyle
Describes how to draw a label.
See:
Source:
Scene/LabelStyle.js, line 12
Members
-
staticconstantLabelStyle.FILL :Number
-
Fill the text of the label, but do not outline.Source: Scene/LabelStyle.js, line 19
-
staticconstantLabelStyle.FILL_AND_OUTLINE :Number
-
Fill and outline the text of the label.Source: Scene/LabelStyle.js, line 35
-
staticconstantLabelStyle.OUTLINE :Number
-
Outline the text of the label, but do not fill.Source: Scene/LabelStyle.js, line 27