Gets or sets a color of auxiliary text lables.
public function getAuxiliaryTextColor() {
}
public function setAuxiliaryTextColor($value) {
}
Type: string
The color of of the following labels:
Tiles view;The color string should be specified in a hex representation of the RGB triad in HTML-style syntax (#rrggbb).
Default value is "#8b8b8b".