The property to assign to.

Example

<Button Text="Make background blue">
    <Clicked>
        <Set Target="background.Color" Value="Blue" />
    </Clicked>
</Button>
<Rectangle ux:Name="background" Color="Red" />

Location

Namespace
Fuse.Triggers.Actions
Package
Fuse.Triggers 2.9.1

Returns

Property<T>