UIAttachmentBehavior.CreateSlidingAttachment Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| CreateSlidingAttachment(IUIDynamicItem, CGPoint, CGVector) | |
| CreateSlidingAttachment(IUIDynamicItem, IUIDynamicItem, CGPoint, CGVector) |
CreateSlidingAttachment(IUIDynamicItem, CGPoint, CGVector)
[Foundation.Export("slidingAttachmentWithItem:attachmentAnchor:axisOfTranslation:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static UIKit.UIAttachmentBehavior CreateSlidingAttachment(UIKit.IUIDynamicItem item, CoreGraphics.CGPoint attachmentAnchor, CoreGraphics.CGVector translationAxis);
[<Foundation.Export("slidingAttachmentWithItem:attachmentAnchor:axisOfTranslation:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member CreateSlidingAttachment : UIKit.IUIDynamicItem * CoreGraphics.CGPoint * CoreGraphics.CGVector -> UIKit.UIAttachmentBehavior
Parameters
- item
- IUIDynamicItem
- attachmentAnchor
- CGPoint
- translationAxis
- CGVector
Returns
- Attributes
Applies to
CreateSlidingAttachment(IUIDynamicItem, IUIDynamicItem, CGPoint, CGVector)
[Foundation.Export("slidingAttachmentWithItem:attachedToItem:attachmentAnchor:axisOfTranslation:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static UIKit.UIAttachmentBehavior CreateSlidingAttachment(UIKit.IUIDynamicItem item1, UIKit.IUIDynamicItem item2, CoreGraphics.CGPoint attachmentAnchor, CoreGraphics.CGVector translationAxis);
[<Foundation.Export("slidingAttachmentWithItem:attachedToItem:attachmentAnchor:axisOfTranslation:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member CreateSlidingAttachment : UIKit.IUIDynamicItem * UIKit.IUIDynamicItem * CoreGraphics.CGPoint * CoreGraphics.CGVector -> UIKit.UIAttachmentBehavior
Parameters
- item1
- IUIDynamicItem
- item2
- IUIDynamicItem
- attachmentAnchor
- CGPoint
- translationAxis
- CGVector
Returns
- Attributes