Compartir a través de


VisualElement.Behaviors Propiedad

Definición

Obtiene la lista de Behavior objetos asociados a este elemento. Esta propiedad enlazable es de solo lectura.

public:
 property System::Collections::Generic::IList<Microsoft::Maui::Controls::Behavior ^> ^ Behaviors { System::Collections::Generic::IList<Microsoft::Maui::Controls::Behavior ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.Maui.Controls.Behavior> Behaviors { get; }
member this.Behaviors : System.Collections.Generic.IList<Microsoft.Maui.Controls.Behavior>
Public ReadOnly Property Behaviors As IList(Of Behavior)

Valor de propiedad

Se aplica a