I create a canvas
<Grid Background="{ThemeResource ApplicationPageBackgroundThemeBrush}"> <Canvas x:Name="GraphCanvas" Background="Azure" HorizontalAlignment="Left" Height="100" Margin="261,244,0,0" VerticalAlignment="Top" Width="100"/> </Grid>
Trying to turn and ..
void App::OnLaunched(Windows::ApplicationModel::Activation::LaunchActivatedEventArgs^ e) { GraphCanvas->... ... }
And nothing, how do I draw something there?