DirectProperty<TOwner, TValue>.

Setter Property

Summary

Gets the setter function.
Namespace
Avalonia
Containing Type
DirectProperty<TOwner, TValue>

Syntax

public Action<TOwner, TValue> Setter { get; }

Value

Type Description
Action<TOwner, TValue>