Setter Property
Gets the setter function.
Definition
Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public Action<TOwner, TValue>? Setter { get; }
Public ReadOnly Property Setter As Action(Of TOwner, TValue)
Get
member Setter : Action<'TOwner, 'TValue> with get