Developer technologies | .NET | Xamarin
A Microsoft framework for building cross-platform mobile apps using .NET and C# with native performance and user interfaces.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
<Frame
x:Name="xBorder"
Padding="2"
BackgroundColor="{StaticResource ColorBorder000}"
CornerRadius="90"
HasShadow="False"
IsClippedToBounds="True">
<Frame
Padding="0"
CornerRadius="90"
HasShadow="False"
IsClippedToBounds="True">
<StackLayout />
</Frame>
</Frame>
I made a border using two frames.
When receiving a specific event, I want to change the color of the border using animation.
Can you give an example for animation?
A Microsoft framework for building cross-platform mobile apps using .NET and C# with native performance and user interfaces.