다음을 통해 공유


Label.SetFontWeight 메서드

정의

오버로드

SetFontWeight(BindableObject, String)

레이블 텍스트의 글꼴 두께를 설정합니다.

SetFontWeight(IPlatformElementConfiguration<Tizen,Label>, String)

레이블 텍스트의 글꼴 두께를 설정합니다.

SetFontWeight(BindableObject, String)

레이블 텍스트의 글꼴 두께를 설정합니다.

public static void SetFontWeight (Xamarin.Forms.BindableObject element, string weight);
static member SetFontWeight : Xamarin.Forms.BindableObject * string -> unit

매개 변수

element
BindableObject

글꼴 두께 아이콘을 설정할 Tizen 플랫폼의 레이블 요소입니다.

weight
System.String

새 글꼴 두께 값입니다.

적용 대상

SetFontWeight(IPlatformElementConfiguration<Tizen,Label>, String)

레이블 텍스트의 글꼴 두께를 설정합니다.

public static Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Tizen,Xamarin.Forms.Label> SetFontWeight (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Tizen,Xamarin.Forms.Label> config, string weight);
static member SetFontWeight : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Tizen, Xamarin.Forms.Label> * string -> Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Tizen, Xamarin.Forms.Label>

매개 변수

config
IPlatformElementConfiguration<Tizen,Label>

글꼴 두께 아이콘을 설정할 Tizen 플랫폼의 레이블 요소에 대한 플랫폼 구성입니다.

weight
System.String

새 글꼴 두께 값입니다.

반환

개발자가 추가 메서드 호출을 수행할 수 있는 유연한 개체입니다.

적용 대상