Questions tagged [radialgradientbrush]
4 questions
1
vote
1 answer
How do I know, in code, if RadialGradientBrush is not being shown correctly?
I'm using RadialGradientBrush as background for a Button.
On one computer, it works well.
On the other, the background is transparent.
NewComputer: Intel i7-8700, 16Gb ram, 64-bit OS, graphics - Nvidia GeForce GTx1050Ti
OldComputer: Intel 6300, 2Gb…

Bob Krauth
- 99
- 2
- 8
1
vote
1 answer
Why is the fill of an Ellipse not applied when the Stretch property is set inside a VisualBrush?
I'm working on a custom control and I have a VisualBrush with the Visual property as such:
…

Ashley Grenon
- 9,305
- 4
- 41
- 54
0
votes
1 answer
UWP CompositionRadialGradientBrush throws cast error on HoloLens
After releasing a UWP application to the Windows Store that runs well on both desktop and Xbox, I noticed that it was not launching successfully when installed as a 2D application on a HoloLens.
Hooking it up to a debugger I discovered the following…

HoloSheep
- 53
- 12
0
votes
1 answer
C# Windows Phone - Creating a round mask
I need to mask dynamically created images, so that they will be shown as circles.
Pictures can be square, but are usually rectangles... so the circle that will be shown can be taken from the center of it...so the shown circle must be inscribed in…

BkdD
- 593
- 1
- 7
- 13