DirectProperty<TOwner, TValue>.

Getter Property

Summary

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

Syntax

public Func<TOwner, TValue> Getter { get; }

Value

Type Description
Func<TOwner, TValue>