ISetterValue Interface
Definition
Customizes the behavior of a class when added as a value to a Avalonia.Styling.SetterBase.
public interface ISetterValue
Methods
| Name | Description |
|---|---|
| Initialize | Notifies 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