~~Title: Efl.Text_Style_Strikethrough_Type~~ ===== Description ===== %%Whether to apply strikethrough style to the displayed text or not%% {{page>:develop:api-include:efl:text_style_strikethrough_type:description&nouser&nolink&nodate}} ===== Fields ===== {{page>:develop:api-include:efl:text_style_strikethrough_type:fields&nouser&nolink&nodate}} * **disabled** - %%Do not use strikethrough%% * **enabled** - %%Use strikethrough style%% ===== Signature ===== enum Efl.Text_Style_Strikethrough_Type { disabled: 0, enabled } ===== C signature ===== typedef enum { EFL_TEXT_STYLE_STRIKETHROUGH_TYPE_DISABLED = 0, EFL_TEXT_STYLE_STRIKETHROUGH_TYPE_ENABLED } Efl_Text_Style_Strikethrough_Type;