IUIFocusItemScrollableContainer Interface

Definitie

Abstractie voor de weergave en de totale grootte van schuifbare inhoud.

[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
Afgeleid
Kenmerken
Implementeringen

Eigenschappen

Name Description
ContentOffset

Hiermee haalt u de offset op of stelt u deze in op de schuifbare inhoud.

ContentSize

Hiermee haalt u de totale grootte van de schuifbare inhoud op of stelt u deze in.

CoordinateSpace

Hiermee haalt u de implementatie van de coördinaatruimte op.

(Overgenomen van IUIFocusItemContainer)
Handle

Handle (pointer) naar de onbeheerde objectweergave.

(Overgenomen van INativeObject)
VisibleSize

Hiermee haalt u de zichtbare grootte van de scrollview-container op.

Methoden

Name Description
GetFocusItems(CGRect)

Retourneert een lijst met alle onderliggende focusitems binnen de opgegeven rechthoek.

(Overgenomen van IUIFocusItemContainer)

Extensiemethoden

Name Description
GetHandle(INativeObject)

Abstractie voor de weergave en de totale grootte van schuifbare inhoud.

GetNonNullHandle(INativeObject, String)

Abstractie voor de weergave en de totale grootte van schuifbare inhoud.

Van toepassing op