NSAnimationContext.BeginGrouping();
NSAnimationContext.CurrentContext.Duration = 4.0f;
// Type the action you want
var rect = new RectangleF (0, 0, 581, 356);
ViewDetailedSummary.Frame = rect;
NSAnimationContext.EndGrouping();
NSAnimationContext.CurrentContext.Duration = 4.0f;
// Type the action you want
var rect = new RectangleF (0, 0, 581, 356);
ViewDetailedSummary.Frame = rect;
NSAnimationContext.EndGrouping();

No comments:
Post a Comment