Compartilhar via


Entry.GetFontWeight Method

Definition

Overloads

GetFontWeight(BindableObject)

Returns the font weight for the entry text.

GetFontWeight(IPlatformElementConfiguration<Tizen,Entry>)

Returns a string representation of the font weight for the entry text.

GetFontWeight(BindableObject)

Source:
Entry.cs
Source:
Entry.cs

Returns the font weight for the entry text.

public:
 static System::String ^ GetFontWeight(Microsoft::Maui::Controls::BindableObject ^ element);
public static string GetFontWeight (Microsoft.Maui.Controls.BindableObject element);
static member GetFontWeight : Microsoft.Maui.Controls.BindableObject -> string
Public Function GetFontWeight (element As BindableObject) As String

Parameters

element
BindableObject

The entry element on the Tizen platform whose font weight icon to get.

Returns

The font weight for the entry text.

Applies to

GetFontWeight(IPlatformElementConfiguration<Tizen,Entry>)

Source:
Entry.cs
Source:
Entry.cs

Returns a string representation of the font weight for the entry text.

public:
[System::Runtime::CompilerServices::Extension]
 static System::String ^ GetFontWeight(Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::Tizen ^, Microsoft::Maui::Controls::Entry ^> ^ config);
public static string GetFontWeight (this Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Tizen,Microsoft.Maui.Controls.Entry> config);
static member GetFontWeight : Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Tizen, Microsoft.Maui.Controls.Entry> -> string
<Extension()>
Public Function GetFontWeight (config As IPlatformElementConfiguration(Of Tizen, Entry)) As String

Parameters

config
IPlatformElementConfiguration<Tizen,Entry>

The platform configuration for the entry element on the Tizen platform whose font weight icon to get.

Returns

A string representation of the font weight for the entry text.

Applies to