Share via


VisualElement.GetIsLegacyColorModeEnabled 메서드

정의

오버로드

GetIsLegacyColorModeEnabled(BindableObject)

레거시 색 모드가 사용되는지 여부를 알려주는 부울 값을 가져옵니다.

GetIsLegacyColorModeEnabled(IPlatformElementConfiguration<Android,VisualElement>)

레거시 색 모드가 사용되는지 여부를 알려주는 부울 값을 가져옵니다.

GetIsLegacyColorModeEnabled(BindableObject)

레거시 색 모드가 사용되는지 여부를 알려주는 부울 값을 가져옵니다.

public static bool GetIsLegacyColorModeEnabled (Xamarin.Forms.BindableObject element);
static member GetIsLegacyColorModeEnabled : Xamarin.Forms.BindableObject -> bool

매개 변수

element
BindableObject

레거시 색 모드 상태를 가져올 Android 플랫폼의 시각적 요소입니다.

반환

System.Boolean

레거시 색 모드가 사용되는지 여부를 알려주는 부울 값입니다.

적용 대상

GetIsLegacyColorModeEnabled(IPlatformElementConfiguration<Android,VisualElement>)

레거시 색 모드가 사용되는지 여부를 알려주는 부울 값을 가져옵니다.

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

매개 변수

config
IPlatformElementConfiguration<Android,VisualElement>

레거시 색 모드 상태를 가져올 Android 플랫폼의 시각적 요소에 대한 플랫폼 구성입니다.

반환

System.Boolean

레거시 색 모드가 사용되는지 여부를 알려주는 부울 값입니다.

적용 대상