DirectPropertyTOwner, TValueSetter Property

Gets the setter function.

Definition

Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public Action<TOwner, TValue>? Setter { get; }

Property Value

ActionTOwner, TValue

See Also