Aracılığıyla paylaş


NavigableElement.class Özellik

Tanım

öğesinin stil sınıflarını alır veya ayarlar.

public:
 property System::Collections::Generic::IList<System::String ^> ^ class { System::Collections::Generic::IList<System::String ^> ^ get(); void set(System::Collections::Generic::IList<System::String ^> ^ value); };
[System.ComponentModel.TypeConverter(typeof(Microsoft.Maui.Controls.ListStringTypeConverter))]
public System.Collections.Generic.IList<string> class { get; set; }
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Maui.Controls.ListStringTypeConverter))>]
member this.class : System.Collections.Generic.IList<string> with get, set
Public Property class As IList(Of String)

Özellik Değeri

Öznitelikler

Açıklamalar

ile eşdeğerdir StyleClass.

Stil sınıfları, stil devralmaya başvurmadan bir denetime birden çok stilin uygulanmasını sağlar.

Şunlara uygulanır