NSCollectionViewLayoutAttributes
NSCollectionViewLayoutAttributes()
NSCollectionViewLayoutAttributes(IntPtr)
NSCollectionViewLayoutAttributes(NativeHandle)
NSCollectionViewLayoutAttributes(NSObjectFlag)
Alpha
ClassHandle
Frame
Hidden
IndexPath
RepresentedElementCategory
RepresentedElementKind
Size
ZIndex
Copy(NSZone)
CreateForDecorationView(NSString, NSIndexPath)
CreateForInterItemGap(NSIndexPath)
CreateForItem(NSIndexPath)
CreateForSupplementaryView(NSString, NSIndexPath)
xamarinmac
namespace AppKit
{
[Introduced(PlatformName.MacOSX, 10, 11, PlatformArchitecture.All, null)]
[Register("NSCollectionViewLayoutAttributes", true)]
public class NSCollectionViewLayoutAttributes : NSObject, INSCopying, INativeObject, IDisposable
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public virtual nint ZIndex
{
[Export("zIndex", ArgumentSemantic.Assign)]
get;
[Export("setZIndex:", ArgumentSemantic.Assign)]
set;
}
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to xamarinmac | |
Assembly | Xamarin.Mac , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API