VisualElement.SetStyle Yöntem

Tanım

Aşırı Yüklemeler

SetStyle(BindableObject, String)

Görsel öğedeki stili ayarlar.

SetStyle(IPlatformElementConfiguration<Tizen,VisualElement>, String)

Görsel öğedeki stili ayarlar.

SetStyle(BindableObject, String)

Görsel öğedeki stili ayarlar.

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

Parametreler

element
BindableObject

Stilinin ayarlanacağı görsel öğe.

value
String

Yeni stil değeri.

Şunlara uygulanır

SetStyle(IPlatformElementConfiguration<Tizen,VisualElement>, String)

Görsel öğedeki stili ayarlar.

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

Parametreler

config
IPlatformElementConfiguration<Tizen,VisualElement>

Stilinin ayarlanacağı görsel öğenin platform yapılandırması.

value
String

Yeni stil değeri.

Döndürülenler

Geliştiricinin başka yöntem çağrıları gerçekleştirebileceği akıcı bir nesne.

Şunlara uygulanır