Where is the RadialGradientBrush in WinRT XAML?

enter image description here

Create a XAML WinRT application and notice that RadialGradientBrush is not found anywhere? Where is the RadialGradientBrush in WinRT XAML?

+6
source share
2 answers

Unfortunately, RadialGrandientBrush is not supported in this initial version.

+2
source

The radial gradient slit, which is an integral part of xaml IMHO, is not supported. I hope this changes. I heard that Microsoft felt that the brush was not very metro, but it is used in great numbers if other ways, such as logos, games, etc.

+3
source

Source: https://habr.com/ru/post/917704/


All Articles