DirectPropertyTOwner, TValueGetter Property

Gets the getter function.

Definition

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

Property Value

FuncTOwner, TValue

See Also