UICollectionViewLayoutInvalidationContext.ContentOffsetAdjustment 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.
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