Share via


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 값으로 설정하여 스크롤 표시기가 스크롤 콘텐츠 근처에 표시되고 설정 영역 내에 배치된 요소와 겹치지 않도록 합니다.

적용 대상

추가 정보