VisualElement.GetStyle Method

Definition

Overloads

GetStyle(BindableObject)

Returns the style for the element.

GetStyle(IPlatformElementConfiguration<Tizen,VisualElement>)

Returns the style for the element.

GetStyle(BindableObject)

Returns the style for the element.

public static string GetStyle (Xamarin.Forms.BindableObject element);
static member GetStyle : Xamarin.Forms.BindableObject -> string

Parameters

element
BindableObject

The visual element whose style to get.

Returns

System.String

The style for the element.

Applies to

GetStyle(IPlatformElementConfiguration<Tizen,VisualElement>)

Returns the style for the element.

public static string GetStyle (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Tizen,Xamarin.Forms.VisualElement> config);
static member GetStyle : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Tizen, Xamarin.Forms.VisualElement> -> string

Parameters

config
IPlatformElementConfiguration<Tizen,VisualElement>

The platform configuration for the visual element whose style to get.

Returns

System.String

The style for the element.

Applies to