public static float GetFlexibleWidth(ILayoutElement _element)
 {
     return(_element == null ? 0.0f : _element.get_flexibleWidth());
 }