Quantcast
Channel: BlogoSfera » looks
Viewing all articles
Browse latest Browse all 14

Rounding progress bar corners

$
0
0

I’m creating an app for Windows Universal, I’m trying to create a progress bar that looks like this: With this XAML: <Grid Width="100" Margin="1011,510,255,248"> <Border BorderThickness="3" BorderBrush="#413F4A" CornerRadius="5"> <ProgressBar Height="10" Width="100" Background="#FF1E1E1E" Foreground="#FFDA0E7A" Value="40"/> </Border> /Grid> I have this: Ofcourse, the Border surrounding the ProgressBar works perfectly, but the actual ProgressBar itself isn’t rounded, I’ve […]

The post Rounding progress bar corners appeared first on BlogoSfera.


Viewing all articles
Browse latest Browse all 14

Trending Articles