Syncfusion Feedback

Trusted by the world’s leading companies

Syncfusion Trusted Companies

Overview

The .NET MAUI Shimmer control can be used to improve the responsiveness of an application by showing a modern shimmer effect when data is being loaded in the background.

Net Maui Shimmer Overview image


.NET MAUI Shimmer Code Example

Easily get started with the .NET MAUI Shimmer using a few simple lines of XAML and C# code example as demonstrated below. Also explore our .NET MAUI Shimmer Example that shows you how to render and configure the .NET MAUI Shimmer.

<shimmer:SfShimmer x:Name="Shimmer" VerticalOptions="Fill"
                   Type="CirclePersona">
    <StackLayout>
        <Label
            Text="Content is loaded!"
            HorizontalOptions="CenterAndExpand"
            VerticalOptions="CenterAndExpand">
        </Label>
    </StackLayout>
</shimmer:SfShimmer>
SfShimmer shimmer = new SfShimmer()
   {
      Type = ShimmerType.CirclePersona,
      VerticalOptions = LayoutOptions.Fill,
      Content = new Label
      {
         Text = "Content is loaded!!"
      }
   };

   this.Content = shimmer;

Built-in types

Use different built-in shimmer types, such as article, circle persona, feed, profile, square persona, shopping, and video, in your application to create interesting shimmer effects.

Article

Infuse text content with a shimmer effect, making articles and blog posts visually engaging.

Net Maui Shimmer Article Type image

Persona

Enhance user profile displays with a shimmering circular effect, adding a touch of dynamism to avatars.

Net Maui Shimmer Persona Type image

Feed

Make dynamic content visually engaging by applying a shimmer effect.

Net Maui Shimmer Feed Type image

Profile

Apply shimmer to user profiles for an attention-grabbing introduction.

Net Maui Shimmer Profile Type image

Shopping

Upgrade shopping experiences with a shimmer effect, making product displays more attractive.

Net Maui Shimmer Shopping Type image

Video

Elevate multimedia elements with a shimmer effect, providing an elegant touch to video content.

Net Maui Shimmer Video Type image


Custom view

Custom shimmer patterns in a variety of forms provide an alternative to the built-in shimmer types.

Net Maui Shimmer Custom View image


Customization

The .NET MAUI Shimmer control provides extensive customization options for a visually stunning appearance. Users can effortlessly adjust the fill and wave colors, wave direction, and animation durations to achieve the desired visual effect, resulting in a highly customized and engaging user experience.

Fill

The background of the shimmer view can be customized to a desired color.

Net Maui Shimmer Fill Customization image

Wave color

The shimmer wave color can be customized to the desired color.

Net Maui Shimmer Wave Color Customization image

Wave width

The wave width can be customized to the desire value.

Net Maui Shimmer Wave Width Customization image

Repeat count

The number of times the shimmer shape needs to render can be customized.

Net Maui Shimmer Repeat Count Customization image

Animation duration

The animation duration of the wave can be customized.

Net Maui Shimmer Animation Duration Customization image

Wave direction

The wave direction of the shimmer can be customized.

Net Maui Shimmer Wave Direction Customization image




Struggling to decide on the right product?

Our comprehensive competitor comparison of .NET MAUI controls will guide you to the perfect choice.

tick-mark 95+ UI controls
tick-mark 200+ interactive .NET MAUI demos
tick-mark 1.7M+ downloads

Frequently Asked Questions

The Syncfusion .NET MAUI Shimmer control supports the following features:

You can find our .NET MAUI Shimmer demo, which demonstrates how to render and configure the Shimmer.

No, this is a commercial product and requires a paid license. However, a free community license is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue, 5 or fewer developers, and 10 or fewer total employees.

A good place to start would be our comprehensive getting started documentation.

Our Customers Love Us

Having an excellent set of tools and a great support team, Syncfusion® reduces customers’ development time.
Here are some of their experiences.


Rated by users across the globe

Awards

Greatness—it’s one thing to say you have it, but it means more when others recognize it. Syncfusion® is proud to hold the following industry awards.

Up arrow icon