Esempio n. 1
0
 internal void SetFlexJustification(FlexLayout.FlexJustification flexJustification)
 {
     LayoutPINVOKE.FlexLayout_SetFlexJustification(swigCPtr, (int)flexJustification);
     if (NDalicPINVOKE.SWIGPendingException.Pending)
     {
         throw NDalicPINVOKE.SWIGPendingException.Retrieve();
     }
 }