Search found 6 matches

Go to advanced search

by takabo
Wed May 13, 2020 6:15 pm
Forum: Technical Support
Topic: Stroke of Shape.Path doesn't work properly (shadow also)
Replies: 1
Views: 9950

Stroke of Shape.Path doesn't work properly (shadow also)

Hi, Today I tried this code: <Page x:Class="GeometryTestPage" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"> <Canvas x:Name="canvas"> <Path StrokeThickness="5" Stroke="Re...
by takabo
Tue May 12, 2020 3:54 pm
Forum: Technical Support
Topic: Image.Width/Height property not works?
Replies: 3
Views: 12153

Re: Image.Width/Height property not works?

Hi, thank you for your reply.

Version is 2.0.0-alpha63-083.
It also happens in version 1.x.

IDE: Visual Studio 2015
by takabo
Tue May 12, 2020 2:41 am
Forum: Technical Support
Topic: Image.Width/Height property not works?
Replies: 3
Views: 12153

Image.Width/Height property not works?

Hi, I tried this code: <Page x:Class="ImageStretchTestPage" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" > <Grid> <Border BorderThickness="2" BorderBrush="red" HorizontalAlig...
by takabo
Mon May 11, 2020 6:22 pm
Forum: Technical Support
Topic: [SOLVED] StackPanel.Children.Insert not works?
Replies: 2
Views: 11539

[SOLVED] StackPanel.Children.Insert not works?

Hi,
"StackPanel.Children.Add(textBlock);" works fine.
But, "StackPanel.Children.Insert (0, textBlock);" does not work as expected.
It is added to the last instead of the first.

Is this a specification?
by takabo
Mon May 11, 2020 3:50 pm
Forum: Technical Support
Topic: PointerRoutedEventArgs.Pointer is null?
Replies: 3
Views: 11479

Re: PointerRoutedEventArgs.Pointer is null?

Thanks for the answer.
It seems difficult for me to fix it, so I give up.
by takabo
Mon May 11, 2020 12:01 am
Forum: Technical Support
Topic: PointerRoutedEventArgs.Pointer is null?
Replies: 3
Views: 11479

PointerRoutedEventArgs.Pointer is null?

Hi, I'm trying to create a custom control using Windows.UI.Xaml.Controls.Canvas. I want to do something different with touch, mouse click, and pen. So, I tried to use PointerRoutedEventArgs.Pointer.PointerDeviceType in PointerPressed event, but Pointer is null. Is it impossible to judge touch or mou...

Go to advanced search

 

 

cron