IUIFocusItemScrollableContainer Interfaccia
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Astrazione per le dimensioni visualizzabili e totali del contenuto scorrevole.
[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
- Derivato
- Attributi
- Implementazioni
Proprietà
| Nome | Descrizione |
|---|---|
| ContentOffset |
Ottiene o imposta l'offset nel contenuto scorrevole. |
| ContentSize |
Ottiene o imposta la dimensione totale del contenuto scorrevole. |
| CoordinateSpace |
Ottiene l'implementazione dello spazio delle coordinate. (Ereditato da IUIFocusItemContainer) |
| Handle |
Handle (puntatore) alla rappresentazione dell'oggetto non gestito. (Ereditato da INativeObject) |
| VisibleSize |
Ottiene le dimensioni visibili del contenitore scrollview. |
Metodi
| Nome | Descrizione |
|---|---|
| GetFocusItems(CGRect) |
Restituisce un elenco di tutti gli elementi dello stato attivo figlio all'interno del rettangolo specificato. (Ereditato da IUIFocusItemContainer) |
Metodi di estensione
| Nome | Descrizione |
|---|---|
| GetHandle(INativeObject) |
Astrazione per le dimensioni visualizzabili e totali del contenuto scorrevole. |
| GetNonNullHandle(INativeObject, String) |
Astrazione per le dimensioni visualizzabili e totali del contenuto scorrevole. |