get_expand


Description:

[ Version ( deprecated = true , deprecated_since = "1.12" , since = "1.4" ) ]
public void get_expand (Actor actor, out bool x_expand, out bool y_expand)

Warning: get_expand is deprecated since 1.12.

Retrieves the horizontal and vertical expand policies for actor as set using pack or set_expand

Note:

Use get_x_expand and get_y_expand instead.

Parameters:

this

a TableLayout

actor

a Actor child of this

x_expand

return location for the horizontal expand policy

y_expand

return location for the vertical expand policy