IUIFocusItemScrollableContainer Interface

Définition

Abstraction pour le contenu visible et la taille totale du contenu pouvant faire défiler.

[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
Dérivé
Attributs
Implémente

Propriétés

Nom Description
ContentOffset

Obtient ou définit le décalage dans le contenu défilant.

ContentSize

Obtient ou définit la taille totale du contenu défilant.

CoordinateSpace

Obtient l’implémentation de l’espace de coordonnées.

(Hérité de IUIFocusItemContainer)
Handle

Handle (pointeur) vers la représentation d’objet non managée.

(Hérité de INativeObject)
VisibleSize

Obtient la taille visible du conteneur scrollview.

Méthodes

Nom Description
GetFocusItems(CGRect)

Retourne une liste de tous les éléments de focus enfant dans le rectangle spécifié.

(Hérité de IUIFocusItemContainer)

Méthodes d’extension

Nom Description
GetHandle(INativeObject)

Abstraction pour le contenu visible et la taille totale du contenu pouvant faire défiler.

GetNonNullHandle(INativeObject, String)

Abstraction pour le contenu visible et la taille totale du contenu pouvant faire défiler.

S’applique à