ISetterInstance.

Start(bool) Method

Summary

Starts the setter instance.
Namespace
Avalonia.Styling
Containing Type
ISetterInstance

Syntax

void Start(bool hasActivator)

Remarks

If hasActivator is false then the setter should be immediately applied and Activate() and Deactivate() should not be called. If true, then bindings etc should be initiated but not produce a value until Activate() called.

Parameters

Name Type Description
hasActivator bool Whether the parent style has an activator.

Return Value

Type Description
void