<Button x:Name="PlayButton" Content="Play" Canvas.Left="570" Canvas.Top="36" Height="51" Width="202" Background="#FF8898F9" />
How change Canvas.Top and Canvas.Left property of PlayButton in the code?
<Button x:Name="PlayButton" Content="Play" Canvas.Left="570" Canvas.Top="36" Height="51" Width="202" Background="#FF8898F9" />
How change Canvas.Top and Canvas.Left property of PlayButton in the code?
Canvas
class hasSetTop
andSetLeft
static methods that set these attached properties: