private void SetExpansionBehaviorHelper(InertiaExpansionBehavior exp)
 {
     NoesisGUI_PINVOKE.ManipulationInertiaStartingEventArgs_SetExpansionBehaviorHelper(swigCPtr, InertiaExpansionBehavior.getCPtr(exp));
     if (NoesisGUI_PINVOKE.SWIGPendingException.Pending)
     {
         throw NoesisGUI_PINVOKE.SWIGPendingException.Retrieve();
     }
 }
        private InertiaExpansionBehavior GetExpansionBehaviorHelper()
        {
            InertiaExpansionBehavior ret = new InertiaExpansionBehavior(NoesisGUI_PINVOKE.ManipulationInertiaStartingEventArgs_GetExpansionBehaviorHelper(swigCPtr), false);

            if (NoesisGUI_PINVOKE.SWIGPendingException.Pending)
            {
                throw NoesisGUI_PINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Example #3
0
 internal static HandleRef getCPtr(InertiaExpansionBehavior obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }