Skip to content

Commit 688d797

Browse files
WINUI-843320-Prepare-the-GettingStarted-ContentLoading-content-Loading-UG-doument-content-for-SfShimmer-control-in-WinUI
1 parent 9035bf4 commit 688d797

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

winui/Shimmer/Getting-Started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ SfShimmer Shimmer = new SfShimmer();
5252

5353
## Loading shimmer content
5454

55-
Disabling the `IsActive` property of SfShimmer displays the content without any shimmer animation. Enabling the `IsActive` property, which defaults to true, activates the shimmer animation in the background. You can change the IsActive property to control how your content is presented.
55+
When you set the IsActive property to false in SfShimmer, the content is displayed without any shimmer animation. Conversely, when IsActive is set to true, which is its default state, only the animation is displayed, and the content remains invisible. This allows you to control how your content is presented, with the option to show the animation exclusively when IsActive is set to true.
5656

5757
{% tabs %}
5858
{% highlight xaml %}

0 commit comments

Comments
 (0)