Efl.Ui.Textpath.slice_number

Description

The number of slices. The larger the number of slice_num is, The better the text follows the path.

Values

  • slice_no - Number of slices

Signature

@property slice_number {
    get {}
    set {}
    values {
        slice_no: int;
    }
}

C signature

int efl_ui_textpath_slice_number_get(const Eo *obj);
void efl_ui_textpath_slice_number_set(Eo *obj, int slice_no);

Implemented by