.. role:: ts-api-decorator

#########################
LabelAppearanceProperties
#########################

.. js:module:: cee.mrk
   :noindex:

.. container:: ts-api-section

   .. js:class:: LabelAppearanceProperties

      Plain Old JavaScript Object (POJO) containing the properties of a ``LabelAppearance``



.. container:: api-index-section

   .. rubric:: Properties

   .. rst-class:: api-index-list-item api-kind-property api-parent-kind-interface

   * :js:attr:`~cee.mrk.LabelAppearanceProperties.backgroundColor`
   * :js:attr:`~cee.mrk.LabelAppearanceProperties.backgroundVisible`
   * :js:attr:`~cee.mrk.LabelAppearanceProperties.borderColor`
   * :js:attr:`~cee.mrk.LabelAppearanceProperties.borderVisible`
   * :js:attr:`~cee.mrk.LabelAppearanceProperties.borderWidth`
   * :js:attr:`~cee.mrk.LabelAppearanceProperties.cornerRadius`
   * :js:attr:`~cee.mrk.LabelAppearanceProperties.fontFamily`
   * :js:attr:`~cee.mrk.LabelAppearanceProperties.fontSize`
   * :js:attr:`~cee.mrk.LabelAppearanceProperties.fontStyle`
   * :js:attr:`~cee.mrk.LabelAppearanceProperties.fontVariant`
   * :js:attr:`~cee.mrk.LabelAppearanceProperties.fontWeight`
   * :js:attr:`~cee.mrk.LabelAppearanceProperties.opacity`
   * :js:attr:`~cee.mrk.LabelAppearanceProperties.textColor`





------------

Properties
==========

.. container:: ts-api-section

   .. js:attribute:: LabelAppearanceProperties.backgroundColor

      :type: Color3Like





.. container:: ts-api-section

   .. js:attribute:: LabelAppearanceProperties.backgroundVisible

      :type: boolean





.. container:: ts-api-section

   .. js:attribute:: LabelAppearanceProperties.borderColor

      :type: Color3Like





.. container:: ts-api-section

   .. js:attribute:: LabelAppearanceProperties.borderVisible

      :type: boolean





.. container:: ts-api-section

   .. js:attribute:: LabelAppearanceProperties.borderWidth

      :type: number





.. container:: ts-api-section

   .. js:attribute:: LabelAppearanceProperties.cornerRadius

      :type: number





.. container:: ts-api-section

   .. js:attribute:: LabelAppearanceProperties.fontFamily

      :type: string





.. container:: ts-api-section

   .. js:attribute:: LabelAppearanceProperties.fontSize

      :type: number





.. container:: ts-api-section

   .. js:attribute:: LabelAppearanceProperties.fontStyle

      :type: unknown | unknown | unknown





.. container:: ts-api-section

   .. js:attribute:: LabelAppearanceProperties.fontVariant

      :type: unknown | unknown





.. container:: ts-api-section

   .. js:attribute:: LabelAppearanceProperties.fontWeight

      :type: unknown | unknown | unknown | unknown





.. container:: ts-api-section

   .. js:attribute:: LabelAppearanceProperties.opacity

      :type: number





.. container:: ts-api-section

   .. js:attribute:: LabelAppearanceProperties.textColor

      :type: Color3Like





