/// <summary> /// Constructor for a new <code>sap.m.FlexBox</code>. /// /// Accepts an object literal <code>mSettings</code> that defines initial property values, aggregated and associated objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description of the syntax of the settings object. /// </summary> /// <param name="mSettings">initial settings for the new control</param> public extern FlexBox(sap.m.FlexBox.Settings mSettings);
/// <summary> /// Constructor for a new <code>sap.m.FlexBox</code>. /// /// Accepts an object literal <code>mSettings</code> that defines initial property values, aggregated and associated objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description of the syntax of the settings object. /// </summary> /// <param name="sId">id for the new control, generated automatically if no id is given</param> /// <param name="mSettings">initial settings for the new control</param> public extern FlexBox(string sId, sap.m.FlexBox.Settings mSettings);