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