Type alias LabelStyleOptions

LabelStyleOptions: {
    backgroundColor: string;
    backgroundPadding: Cartesian2Value;
    eyeOffset: Cartesian3Value;
    fontFamily: string;
    fontSize: number;
    heightReference: HeightReferenceValueType;
    horizontalOrigin: HorizontalOriginValueType;
    pixelOffset: Cartesian2Value;
    scale: number;
    scaleByDistance: NearFarScalarValue;
    show: boolean;
    showBackground: boolean;
    style: LabelStyleValueType;
    text: string;
    translucencyByDistance: NearFarScalarValue;
    verticalOrigin: VerticalOriginValueType;
} & PointMaterialOptions

Type declaration