Border with cornerradius not shown [CANNOT REPRODUCE]

Please report bugs here. If you are unsure whether something is a bug or an expected behavior, please post it on the "Technical Support" forum instead, and wait for a moderator to handle/move the post.
hamej
Posts: 37
Joined: Thu Oct 01, 2015 8:41 am

Border with cornerradius not shown [CANNOT REPRODUCE]

Postby hamej » Fri Mar 11, 2016 4:29 am

If I specify CornerRadius for a Border, the border is not shown. With out cornerradius the border is shown. Se attached file.
Attachments
Border with CornerRadius not shown.zip
(289.94 KiB) Downloaded 341 times

JS-Support @Userware
Site Admin
Posts: 1142
Joined: Tue Apr 08, 2014 3:42 pm

Re: Border with cornerradius not shown

Postby JS-Support @Userware » Mon Mar 14, 2016 3:10 am

Hi,

Thanks. I couldn't reproduce the issue with the following code:

Code: Select all

<Page
    x:Class="Application2.MainPage"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:local="using:Application2"
    xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
    xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
        <Border BorderThickness="3" BorderBrush="Red" Background="Yellow" Width="200" Height="100" CornerRadius="20">
            <TextBlock Text="TestBorder" FontFamily="16" HorizontalAlignment="Center" VerticalAlignment="Center"/>
        </Border>
</Page>


Could you please tell me if you see any difference?

Thanks,
Regards,
JS-Support


Return to “Bug Reports”

Who is online

Users browsing this forum: No registered users and 21 guests

 

 

cron