WinUI Shimmer Control
- Modern data-loading indication.
- Seven built-in types and customization.
- Customization support for fill, wave color, wave width, wave duration, and repeat count.
Trusted by the world’s leading companies
Overview
The WinUI Shimmer control is used to improve the responsiveness of an application by showing a modern shimmer effect when data is being loaded in the background.

Built-in types
The WinUI Shimmer control provides different built-in types such as article, circle persona, feed, profile, shopping, square persona, and video.

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

Customization
The appearance of a WinUI Shimmer control is highly customizable.
Fill
The fill color of the shimmer view can be changed as desired by the user.

Wave color
The shimmer wave color can be changed to the desired color.

Wave width
The wave width can be changed to the desired value.

Repeat count
The number of times the shimmer shape should be repeated.

Wave duration
The wave duration determines the duration of the animation wave in milliseconds.

WinUI Shimmer code example
Easily get started with the WinUI Shimmer using a few simple lines of XAML and CS code examples as demonstrated below.
<Page
x:Class="GettingStarted.MainPage"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="using:GettingStarted"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:syncfusion="using:Syncfusion.UI.Xaml.Core"
mc:Ignorable="d"
Background="{ThemeResource ApplicationPageBackgroundThemeBrush}">
<Grid>
<syncfusion:SfShimmer />
</Grid>
</Page>// Creating an instance of the Shimmer control
SfShimmer Shimmer = new SfShimmer();Syncfusion WinUI DataViz & UI Controls
Our Customers Love Us
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.