UICollectionViewLayoutInvalidationContext.ContentOffsetAdjustment Property

Definition

Delta value that is applied to the content offset of a collection view.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual CoreGraphics.CGPoint ContentOffsetAdjustment { [Foundation.Export("contentOffsetAdjustment")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; [Foundation.Export("setContentOffsetAdjustment:")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)] set; }
member this.ContentOffsetAdjustment : CoreGraphics.CGPoint with get, set

Property Value

Default set to zero. Altering the value causes a collection view to increment x and y values to the content offset property.

Attributes

Applies to