IUIFocusItemScrollableContainer Schnittstelle

Definition

Abstraktion für den sichtbaren und die Gesamtgröße von bildlauffähigen Inhalten.

[Foundation.Protocol(Name="UIFocusItemScrollableContainer", WrapperType=typeof(UIKit.UIFocusItemScrollableContainerWrapper))]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.UnsafeUnretained, GetterSelector="contentOffset", IsProperty=true, IsRequired=true, IsStatic=false, Name="ContentOffset", PropertyType=typeof(CoreGraphics.CGPoint), Selector="contentOffset", SetterSelector="setContentOffset:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="contentSize", IsProperty=true, IsRequired=true, IsStatic=false, Name="ContentSize", PropertyType=typeof(CoreGraphics.CGSize), Selector="contentSize")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="visibleSize", IsProperty=true, IsRequired=true, IsStatic=false, Name="VisibleSize", PropertyType=typeof(CoreGraphics.CGSize), Selector="visibleSize")]
public interface IUIFocusItemScrollableContainer : IDisposable, UIKit.IUIFocusItemContainer
[<Foundation.Protocol(Name="UIFocusItemScrollableContainer", WrapperType=typeof(UIKit.UIFocusItemScrollableContainerWrapper))>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.UnsafeUnretained, GetterSelector="contentOffset", IsProperty=true, IsRequired=true, IsStatic=false, Name="ContentOffset", PropertyType=typeof(CoreGraphics.CGPoint), Selector="contentOffset", SetterSelector="setContentOffset:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="contentSize", IsProperty=true, IsRequired=true, IsStatic=false, Name="ContentSize", PropertyType=typeof(CoreGraphics.CGSize), Selector="contentSize")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="visibleSize", IsProperty=true, IsRequired=true, IsStatic=false, Name="VisibleSize", PropertyType=typeof(CoreGraphics.CGSize), Selector="visibleSize")>]
type IUIFocusItemScrollableContainer = interface
    interface INativeObject
    interface IDisposable
    interface IUIFocusItemContainer
Abgeleitet
Attribute
Implementiert

Eigenschaften

Name Beschreibung
ContentOffset

Dient zum Abrufen oder Festlegen des Offsets in den bildlauffähigen Inhalt.

ContentSize

Ruft die Gesamtgröße des bildlauffähigen Inhalts ab oder legt diese fest.

CoordinateSpace

Ruft die Implementierung des Koordinatenraums ab.

(Geerbt von IUIFocusItemContainer)
Handle

Handle (Zeiger) auf die nicht verwaltete Objektdarstellung.

(Geerbt von INativeObject)
VisibleSize

Ruft die sichtbare Größe des Scrollview-Containers ab.

Methoden

Name Beschreibung
GetFocusItems(CGRect)

Gibt eine Liste aller untergeordneten Fokuselemente innerhalb des angegebenen Rechtecks zurück.

(Geerbt von IUIFocusItemContainer)

Erweiterungsmethoden

Name Beschreibung
GetHandle(INativeObject)

Abstraktion für den sichtbaren und die Gesamtgröße von bildlauffähigen Inhalten.

GetNonNullHandle(INativeObject, String)

Abstraktion für den sichtbaren und die Gesamtgröße von bildlauffähigen Inhalten.

Gilt für: