Efl.Ui.Text.autocapital_type

Description

Set the autocapitalization type on the immodule.

Values

  • autocapital_type - The type of autocapitalization.

Signature

@property autocapital_type {
    get {}
    set {}
    values {
        autocapital_type: Elm.Autocapital.Type;
    }
}

C signature

Elm_Autocapital_Type efl_ui_text_autocapital_type_get(const Eo *obj);
void efl_ui_text_autocapital_type_set(Eo *obj, Elm_Autocapital_Type autocapital_type);

Implemented by