Efl.Canvas.Group.paragraph_direction

Description

This handles text paragraph direction of the given object. Even if the given object is not textblock or text, its smart child objects can inherit the paragraph direction from the given object. The default paragraph direction is inherit.

Since 1.22

Values

  • dir - Paragraph direction for the given object.

Overridden from Efl.Canvas.Object.paragraph_direction (get, set).

Signature

@property paragraph_direction {
    get {}
    set {}
    values {
        dir: Efl.Text_Bidirectional_Type;
    }
}

C signature

Implemented by