.. role:: ts-api-decorator

#########################
LabelAttachmentAppearance
#########################

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

.. container:: ts-api-section

   .. js:class:: LabelAttachmentAppearance

      Appearance settings for attachments that connect labels to their 3D position



.. container:: api-index-section

   .. rubric:: Accessors

   .. rst-class:: api-index-list-item api-kind-accessor api-parent-kind-class

   * :js:attr:`~cee.mrk.LabelAttachmentAppearance.anchorPointColor`
   * :js:attr:`~cee.mrk.LabelAttachmentAppearance.anchorPointSize`
   * :js:attr:`~cee.mrk.LabelAttachmentAppearance.arrowHeadLength`
   * :js:attr:`~cee.mrk.LabelAttachmentAppearance.arrowHeadWidth`
   * :js:attr:`~cee.mrk.LabelAttachmentAppearance.lineLength`
   * :js:attr:`~cee.mrk.LabelAttachmentAppearance.type`





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

Accessors
=========

.. container:: ts-api-section

   .. js:function:: LabelAttachmentAppearance.anchorPointColor()



      The color of the anchor point


      :rtype: Color3Like

   .. js:function:: LabelAttachmentAppearance.anchorPointColor( color)

      :param color: None
      :type color: Color3Like


      :rtype: void



.. container:: ts-api-section

   .. js:function:: LabelAttachmentAppearance.anchorPointSize()



      The size of the anchor point in pixels. To disable drawing of the anchor point set the size
      to zero.


      :rtype: number

   .. js:function:: LabelAttachmentAppearance.anchorPointSize( size)

      :param size: None
      :type size: number


      :rtype: void



.. container:: ts-api-section

   .. js:function:: LabelAttachmentAppearance.arrowHeadLength()



      Length in pixels of arrow heads


      :rtype: number

   .. js:function:: LabelAttachmentAppearance.arrowHeadLength( arrowHeadLength)

      :param arrowHeadLength: None
      :type arrowHeadLength: number


      :rtype: void



.. container:: ts-api-section

   .. js:function:: LabelAttachmentAppearance.arrowHeadWidth()



      Width in pixels of arrow heads


      :rtype: number

   .. js:function:: LabelAttachmentAppearance.arrowHeadWidth( arrowHeadWidth)

      :param arrowHeadWidth: None
      :type arrowHeadWidth: number


      :rtype: void



.. container:: ts-api-section

   .. js:function:: LabelAttachmentAppearance.lineLength()



      Length in pixels of the line that attaches the label to its 3D position


      :rtype: number

   .. js:function:: LabelAttachmentAppearance.lineLength( lengthInPixels)

      :param lengthInPixels: None
      :type lengthInPixels: number


      :rtype: void



.. container:: ts-api-section

   .. js:function:: LabelAttachmentAppearance.type()



      Type of attachment


      :rtype: LabelAttachmentType

   .. js:function:: LabelAttachmentAppearance.type( type)

      :param type: None
      :type type: LabelAttachmentType


      :rtype: void



