UIScrollView.VisibleSize Property

Definition

Gets the visible size of the scrollview container.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual CoreGraphics.CGSize VisibleSize { [Foundation.Export("visibleSize")] get; }
member this.VisibleSize : CoreGraphics.CGSize

Property Value

The visible size of the scrollview container.

Implements

Attributes

Applies to