UICollectionViewLayoutInvalidationContext.InvalidatedDecorationIndexPaths Property
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.
A dictionary that defines invalidated decoration views.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual Foundation.NSDictionary InvalidatedDecorationIndexPaths { [Foundation.Export("invalidatedDecorationIndexPaths")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; }
member this.InvalidatedDecorationIndexPaths : Foundation.NSDictionary
Property Value
An array of index path objects that designate which specific decoration views have layout changes made to them.
- Attributes