UIScrollView.ScrollIndicatorInsets プロパティ

定義

スクロール ビューの端からスクロール インジケーターがどのくらい離れているか。

public virtual UIKit.UIEdgeInsets ScrollIndicatorInsets { [Foundation.Export("scrollIndicatorInsets")] get; [Foundation.Export("setScrollIndicatorInsets:")] set; }
member this.ScrollIndicatorInsets : UIKit.UIEdgeInsets with get, set

プロパティ値

既定値は Zero です

属性

注釈

アプリケーション開発者が を既定Zero以外の値に設定ContentInsetする場合、通常、開発者はこのプロパティを同じUIEdgeInsets値に設定して、スクロール インジケーターがスクロール コンテンツの近くに表示され、インセット領域内に配置された要素が重ならないようにします。

適用対象

こちらもご覧ください