Setter Clase

Definición

Establece un valor de propiedad dentro de o StyleTriggerBase.

public ref class Setter sealed : Microsoft::Maui::Controls::Xaml::IValueProvider
[Microsoft.Maui.Controls.ContentProperty("Value")]
[Microsoft.Maui.Controls.Xaml.RequireService(new System.Type[] { typeof(Microsoft.Maui.Controls.Xaml.IValueConverterProvider), typeof(Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider) })]
public sealed class Setter : Microsoft.Maui.Controls.Xaml.IValueProvider
[Microsoft.Maui.Controls.ContentProperty("Value")]
public sealed class Setter : Microsoft.Maui.Controls.Xaml.IValueProvider
[<Microsoft.Maui.Controls.ContentProperty("Value")>]
[<Microsoft.Maui.Controls.Xaml.RequireService(new System.Type[] { typeof(Microsoft.Maui.Controls.Xaml.IValueConverterProvider), typeof(Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider) })>]
type Setter = class
    interface IValueProvider
[<Microsoft.Maui.Controls.ContentProperty("Value")>]
type Setter = class
    interface IValueProvider
Public NotInheritable Class Setter
Implements IValueProvider
Herencia
Setter
Atributos
Implementaciones

Comentarios

Los establecedores se usan con desencadenadores y estilos.

Constructores

Nombre Description
Setter()

Establece un valor de propiedad dentro de o StyleTriggerBase.

Propiedades

Nombre Description
Property

Obtiene o establece el objeto BindableProperty que se va a establecer.

TargetName

Obtiene o establece el nombre del elemento al que se aplica el establecedor.

Value

Obtiene o establece el valor que se va a aplicar a la propiedad .

Implementaciones de interfaz explícitas

Nombre Description
IValueProvider.ProvideValue(IServiceProvider)

Establece un valor de propiedad dentro de o StyleTriggerBase.

Se aplica a