Skip to main content

ISetterValue Interface

Definition

Assembly:Avalonia.Base
Package:Avalonia

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

public interface ISetterValue

Methods

NameDescription
InitializeNotifies that the object has been added as a setter value.

Initialize Method

Notifies that the object has been added as a setter value.

public void Initialize(Avalonia.Styling.SetterBase setter)

Parameters

setter Avalonia.Styling.SetterBase