다음을 통해 공유


TabbedPage.IsSwipePagingEnabled 메서드

정의

스와이프 페이징이 사용되는지 여부를 제어하는 부울 값을 가져옵니다.

public static bool IsSwipePagingEnabled (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Android,Xamarin.Forms.TabbedPage> config);
static member IsSwipePagingEnabled : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Android, Xamarin.Forms.TabbedPage> -> bool

매개 변수

config
IPlatformElementConfiguration<Android,TabbedPage>

작업을 수행할 요소를 포함하는 플랫폼별 구성입니다.

반환

System.Boolean

스와이프 페이징을 사용하도록 설정된 경우 true입니다. 그렇지 않으면 false입니다.

적용 대상