ISetterValue Interface

Customizes the behavior of a class when added as a value to a SetterBase.

Definition

Namespace: Avalonia.Styling
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public interface ISetterValue

Methods

Initialize(SetterBase) Notifies that the object has been added as a setter value.

See Also