Share via


INSCollectionLayoutVisibleItem Interface

Definition

This interface represents the Objective-C protocol NSCollectionLayoutVisibleItem.

[Foundation.Protocol(Name="NSCollectionLayoutVisibleItem", WrapperType=typeof(UIKit.NSCollectionLayoutVisibleItemWrapper))]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="alpha", IsProperty=true, IsRequired=true, IsStatic=false, Name="Alpha", PropertyType=typeof(System.Runtime.InteropServices.NFloat), Selector="alpha", SetterSelector="setAlpha:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="zIndex", IsProperty=true, IsRequired=true, IsStatic=false, Name="ZIndex", PropertyType=typeof(System.IntPtr), Selector="zIndex", SetterSelector="setZIndex:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="isHidden", IsProperty=true, IsRequired=true, IsStatic=false, Name="Hidden", PropertyType=typeof(System.Boolean), Selector="hidden", SetterSelector="setHidden:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.UnsafeUnretained, GetterSelector="transform3D", IsProperty=true, IsRequired=true, IsStatic=false, Name="Transform3D", PropertyType=typeof(CoreAnimation.CATransform3D), Selector="transform3D", SetterSelector="setTransform3D:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="name", IsProperty=true, IsRequired=true, IsStatic=false, Name="Name", PropertyType=typeof(System.String), Selector="name")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="indexPath", IsProperty=true, IsRequired=true, IsStatic=false, Name="IndexPath", PropertyType=typeof(Foundation.NSIndexPath), Selector="indexPath")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="frame", IsProperty=true, IsRequired=true, IsStatic=false, Name="Frame", PropertyType=typeof(CoreGraphics.CGRect), Selector="frame")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="representedElementCategory", IsProperty=true, IsRequired=true, IsStatic=false, Name="RepresentedElementCategory", PropertyType=typeof(UIKit.UICollectionElementCategory), Selector="representedElementCategory")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="representedElementKind", IsProperty=true, IsRequired=true, IsStatic=false, Name="RepresentedElementKind", PropertyType=typeof(System.String), Selector="representedElementKind")]
public interface INSCollectionLayoutVisibleItem : IDisposable, UIKit.IUIDynamicItem
[<Foundation.Protocol(Name="NSCollectionLayoutVisibleItem", WrapperType=typeof(UIKit.NSCollectionLayoutVisibleItemWrapper))>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="alpha", IsProperty=true, IsRequired=true, IsStatic=false, Name="Alpha", PropertyType=typeof(System.Runtime.InteropServices.NFloat), Selector="alpha", SetterSelector="setAlpha:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="zIndex", IsProperty=true, IsRequired=true, IsStatic=false, Name="ZIndex", PropertyType=typeof(System.IntPtr), Selector="zIndex", SetterSelector="setZIndex:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="isHidden", IsProperty=true, IsRequired=true, IsStatic=false, Name="Hidden", PropertyType=typeof(System.Boolean), Selector="hidden", SetterSelector="setHidden:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.UnsafeUnretained, GetterSelector="transform3D", IsProperty=true, IsRequired=true, IsStatic=false, Name="Transform3D", PropertyType=typeof(CoreAnimation.CATransform3D), Selector="transform3D", SetterSelector="setTransform3D:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="name", IsProperty=true, IsRequired=true, IsStatic=false, Name="Name", PropertyType=typeof(System.String), Selector="name")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="indexPath", IsProperty=true, IsRequired=true, IsStatic=false, Name="IndexPath", PropertyType=typeof(Foundation.NSIndexPath), Selector="indexPath")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="frame", IsProperty=true, IsRequired=true, IsStatic=false, Name="Frame", PropertyType=typeof(CoreGraphics.CGRect), Selector="frame")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="representedElementCategory", IsProperty=true, IsRequired=true, IsStatic=false, Name="RepresentedElementCategory", PropertyType=typeof(UIKit.UICollectionElementCategory), Selector="representedElementCategory")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="representedElementKind", IsProperty=true, IsRequired=true, IsStatic=false, Name="RepresentedElementKind", PropertyType=typeof(System.String), Selector="representedElementKind")>]
type INSCollectionLayoutVisibleItem = interface
    interface INativeObject
    interface IDisposable
    interface IUIDynamicItem
Attributes
Implements

Remarks

A class that implements this interface (and subclasses NSObject) will be exported to Objective-C as implementing the Objective-C protocol this interface represents.

A class may also implement members from this interface to implement members from the protocol.

Properties

Name Description
Alpha
Bounds

Called in an instance where the dynamic animator requires the bounds of a dynamic item be returned.

(Inherited from IUIDynamicItem)
Center

The center of the dynamic item.

(Inherited from IUIDynamicItem)
CollisionBoundingPath

Returns the closed path that is used for collision detection.

(Inherited from IUIDynamicItem)
CollisionBoundsType

Returns a value that tells how collision bounds are specified.

(Inherited from IUIDynamicItem)
Frame
Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)
Hidden
IndexPath
Name
RepresentedElementCategory
RepresentedElementKind
Transform

The rotation of the dynamic item.

(Inherited from IUIDynamicItem)
Transform3D
ZIndex

Extension Methods

Name Description
GetHandle(INativeObject)
GetNonNullHandle(INativeObject, String)
GetCollisionBoundingPath(IUIDynamicItem)

Returns the closed path that is used for collision detection.

GetCollisionBoundsType(IUIDynamicItem)

Returns a value that tells how collision bounds are specified.

Applies to