# lv_style_private.h (/api/private/misc/lv_style_private_h)



<RelatedHeaders name="lv_style.h" isPrivate="true" />

<ApiSummary functions="2" />

Functions [#functions]

<ApiTabs items="[&#x22;Getters (1)&#x22;,&#x22;Other (1)&#x22;]">
  <ApiTab value="Getters (1)">
    <ApiMember kind="function" name="lv_style_get_prop_internal" file="private/misc/lv_style_private.h" line="36" url="https://github.com/lvgl/lvgl/tree/cf729900ef9967278cd5a84d39ab2c42c77348f7/src/misc/lv_style_private.h#L36">
      lv_style_get_prop_internal [#lv_style_get_prop_internal]

      ```c title=" " lineNumbers=1
      static lv_style_res_t lv_style_get_prop_internal(const lv_style_t *style, lv_style_prop_t prop, lv_style_value_t *value)
      ```

      <span className="sr-only">
        Parameters
      </span>

      | Name    | Type                                                             |
      | ------- | ---------------------------------------------------------------- |
      | `style` | <ApiLink name="lv_style_t" display="const lv_style_t *" />       |
      | `prop`  | <ApiLink name="lv_style_prop_t" />                               |
      | `value` | <ApiLink name="lv_style_value_t" display="lv_style_value_t *" /> |
    </ApiMember>
  </ApiTab>

  <ApiTab value="Other (1)">
    <ApiMember kind="function" name="lv_style_is_const_internal" file="private/misc/lv_style_private.h" line="30" url="https://github.com/lvgl/lvgl/tree/cf729900ef9967278cd5a84d39ab2c42c77348f7/src/misc/lv_style_private.h#L30">
      lv_style_is_const_internal [#lv_style_is_const_internal]

      ```c title=" " lineNumbers=1
      static bool lv_style_is_const_internal(const lv_style_t *style)
      ```

      <span className="sr-only">
        Parameters
      </span>

      | Name    | Type                                                       |
      | ------- | ---------------------------------------------------------- |
      | `style` | <ApiLink name="lv_style_t" display="const lv_style_t *" /> |
    </ApiMember>
  </ApiTab>
</ApiTabs>

Dependencies [#dependencies]

<FileIncludes includes="[&#x22;lvgl_public.h&#x22;]" includedBy="[&#x22;lvgl_private.h&#x22;]" />
