DebugAction Constructor uno
Creates a new DebugAction
Log a message, which is useful for debugging
<StackPanel Margin="20">
<Button Margin="10" Text="Log 'Hello World!'">
<Clicked>
<DebugAction Message="Hello World!" />
</Clicked>
</Button>
</StackPanel>
Creates a new DebugAction
The number of seconds after the start of the trigger that the action should be performed.
hide
hide
hide