Efl.Ui.Scrollbar.bar_size

Values

  • width - Value between 0.0 and 1.0.
  • height - Value between 0.0 and 1.0.


Signature

@property bar_size @pure_virtual {
    get {}
    values {
        width: double;
        height: double;
    }
}

C signature

void efl_ui_scrollbar_bar_size_get(const Eo *obj, double *width, double *height);

Implemented by