コード例 #1
0
ファイル: GridLayout.cs プロジェクト: younghajung/TizenFX
 /// <summary>
 /// [draft] GridLayout Constructor/>
 /// </summary>
 /// <returns> New Grid object.</returns>
 public GridLayout() : this(LayoutPINVOKE.GridLayout_New(), true)
 {
     if (NDalicPINVOKE.SWIGPendingException.Pending)
     {
         throw NDalicPINVOKE.SWIGPendingException.Retrieve();
     }
 }