Skip to content

Commit 759633d

Browse files
Merge pull request #2574 from syncfusion-content/MauiCoreHotfix
Improve SEO for Maui busy indicator and Switch controls
2 parents 4f24b88 + 4467fff commit 759633d

16 files changed

+85
-70
lines changed

MAUI/Busy-Indicator/AnimationType.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,17 @@ description: Learn here all about Animation Type support in Syncfusion .NET MAUI
55
platform: maui
66
control: BusyIndicator
77
documentation: ug
8+
keywords : .net maui busy indicator animation type, maui busy indicator animation type, maui busy indicator animation.
89
---
910
# Animation Type in .NET MAUI Busy Indicator (SfBusyIndicator)
1011

11-
## Animation Type in SfBusyIndicator
12+
## Animation Type in .NET MAUI Busy Indicator
1213

13-
The [AnimationType](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Core.SfBusyIndicator.html#Syncfusion_Maui_Core_SfBusyIndicator_AnimationType) property for the SfBusyIndicator allows the users to set one of the animations from the built-in animations. The different types of animations are [CircularMaterial](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Core.AnimationType.html#Syncfusion_Maui_Core_AnimationType_CircularMaterial), [Cupertino](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Core.AnimationType.html#Syncfusion_Maui_Core_AnimationType_Cupertino), and [LinearMaterial.](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Core.AnimationType.html#Syncfusion_Maui_Core_AnimationType_LinearMaterial)
14+
The [AnimationType](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Core.SfBusyIndicator.html#Syncfusion_Maui_Core_SfBusyIndicator_AnimationType) property for the .NET MAUI Busy Indicator allows the users to set one of the animations from the built-in animations. The different types of animations are [CircularMaterial](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Core.AnimationType.html#Syncfusion_Maui_Core_AnimationType_CircularMaterial), [Cupertino](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Core.AnimationType.html#Syncfusion_Maui_Core_AnimationType_Cupertino), and [LinearMaterial.](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Core.AnimationType.html#Syncfusion_Maui_Core_AnimationType_LinearMaterial)
1415

1516
### Circular Material
1617

17-
The CircularMaterial animation is an one of the built-in animations in [SfBusyIndicator](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Core.SfBusyIndicator.html?tabs=tabid-1). Refer to the following code example. Here, we’ll set the animation type as [CircularMaterial.](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Core.AnimationType.html#Syncfusion_Maui_Core_AnimationType_CircularMaterial)
18+
The CircularMaterial animation is an one of the built-in animations in [.NET MAUI Busy Indicator](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Core.SfBusyIndicator.html?tabs=tabid-1). Refer to the following code example. Here, we’ll set the animation type as [CircularMaterial.](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Core.AnimationType.html#Syncfusion_Maui_Core_AnimationType_CircularMaterial)
1819

1920
{% tabs %}
2021

@@ -44,7 +45,7 @@ The following gif image illustrates the result of the above code.
4445

4546
### Cupertino
4647

47-
The Cupertino animation is an one of the built-in animations in [SfBusyIndicator](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Core.SfBusyIndicator.html?tabs=tabid-1). Refer to the following code example. Here, we’ll set the animation type as [Cupertino](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Core.AnimationType.html#Syncfusion_Maui_Core_AnimationType_Cupertino).
48+
The Cupertino animation is an one of the built-in animations in [.NET MAUI Busy Indicator](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Core.SfBusyIndicator.html?tabs=tabid-1). Refer to the following code example. Here, we’ll set the animation type as [Cupertino](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Core.AnimationType.html#Syncfusion_Maui_Core_AnimationType_Cupertino).
4849

4950
{% tabs %}
5051

@@ -74,7 +75,7 @@ The following gif image illustrates the result of the above code.
7475

7576
### Linear Material
7677

77-
The LinearMaterial animation is an one of the built-in animations in [SfBusyIndicator](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Core.SfBusyIndicator.html?tabs=tabid-1). Refer to the following code example. Here, we’ll set the animation type as [LinearMaterial](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Core.AnimationType.html#Syncfusion_Maui_Core_AnimationType_LinearMaterial).
78+
The LinearMaterial animation is an one of the built-in animations in [.NET MAUI Busy Indicator](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Core.SfBusyIndicator.html?tabs=tabid-1). Refer to the following code example. Here, we’ll set the animation type as [LinearMaterial](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Core.AnimationType.html#Syncfusion_Maui_Core_AnimationType_LinearMaterial).
7879

7980
{% tabs %}
8081

@@ -104,7 +105,7 @@ The following gif image illustrates the result of the above code.
104105

105106
### Single Circle
106107

107-
The SingleCircle animation is an one of the built-in animations in [SfBusyIndicator](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Core.SfBusyIndicator.html?tabs=tabid-1). Refer to the following code example. Here, we’ll set the animation type as `SingleCircle`
108+
The SingleCircle animation is an one of the built-in animations in [.NET MAUI Busy Indicator](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Core.SfBusyIndicator.html?tabs=tabid-1). Refer to the following code example. Here, we’ll set the animation type as `SingleCircle`
108109

109110
{% tabs %}
110111

@@ -134,7 +135,7 @@ The following gif image illustrates the result of the above code.
134135

135136
### Double Circle
136137

137-
The DoubleCircle animation is an one of the built-in animations in [SfBusyIndicator](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Core.SfBusyIndicator.html?tabs=tabid-1). Refer to the following code example. Here, we’ll set the animation type as `DoubleCircle`
138+
The DoubleCircle animation is an one of the built-in animations in [.NET MAUI Busy Indicator](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Core.SfBusyIndicator.html?tabs=tabid-1). Refer to the following code example. Here, we’ll set the animation type as `DoubleCircle`
138139

139140
{% tabs %}
140141

MAUI/Busy-Indicator/Duration.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@ description: Learn here all about Animation Duration support in Syncfusion .NET
55
platform: maui
66
control: BusyIndicator
77
documentation: ug
8+
keywords : .net maui busy indicator duration, maui busy indicator duration.
89
---
910
# Animation Duration in .NET MAUI Busy Indicator (SfBusyIndicator)
1011

11-
## Animation Duration in SfBusyIndicator
12+
## Animation Duration in .NET MAUI Busy Indicator
1213

13-
The [DurationFactor](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Core.SfBusyIndicator.html#Syncfusion_Maui_Core_SfBusyIndicator_DurationFactor) property of [SfBusyIndicator](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Core.SfBusyIndicator.html?tabs=tabid-1) can be used to set the animation speed based on given value. Setting smaller duration value accelerates animation speed. Its default value is 0.5 and ranges from 0 to 1.
14+
The [DurationFactor](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Core.SfBusyIndicator.html#Syncfusion_Maui_Core_SfBusyIndicator_DurationFactor) property of the [.NET MAUI Busy Indicator](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Core.SfBusyIndicator.html?tabs=tabid-1) can be used to set the animation speed based on given value. Setting smaller duration value accelerates animation speed. Its default value is 0.5 and ranges from 0 to 1.
1415

1516
{% tabs %}
1617

MAUI/Busy-Indicator/Getting-Started.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,14 @@ description: Learn here about getting started with Syncfusion .NET MAUI Busy Ind
55
platform: maui
66
control: BusyIndicator
77
documentation: ug
8+
keywords : .net maui busy indicator, maui busy indicator, .net maui activity indicator, maui activity indicator, .net maui loading indicator, maui loading indicator.
89
---
910

1011
# Getting Started with .NET MAUI Busy Indicator (SfBusyIndicator)
1112

1213
## Getting started with .NET MAUI Busy Indicator
1314

14-
This section explains the steps to configure the [.NET MAUI Busy Indicator](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Core.SfBusyIndicator.html?tabs=tabid-1) control in a real-time scenario and provides a walk-through on some of the customization features available in the control.
15+
This section explains the steps to configure the [.NET MAUI Busy Indicator](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Core.SfBusyIndicator.html?tabs=tabid-1) control in a real-time scenario and provides a walk-through on some of the customization features available in the control.
1516

1617
To get start quickly with our .NET MAUI Busy Indicator, you can check the below video.
1718

@@ -61,9 +62,9 @@ The [.NET MAUI Busy Indicator](https://help.syncfusion.com/cr/maui/Syncfusion.Ma
6162

6263
### Adding the .NET MAUI Busy Indicator control
6364

64-
Step 1: Add the NuGet to the project as discussed in the above reference section.
65+
Step 1: Add the NuGet to the project as discussed in the above reference section.
6566

66-
Step 2: Add the namespace as shown in the following code sample.
67+
Step 2: Add the namespace as shown in the following code sample, to initialize the .NET MAUI Busy Indicator.
6768

6869
{% tabs %}
6970

@@ -81,7 +82,7 @@ Step 2: Add the namespace as shown in the following code sample.
8182

8283
{% endtabs %}
8384

84-
Step 3: Set the control to content in `ContentPage.`
85+
Step 3: Set the .NET MAUI Busy Indicator control as the content in the `ContentPage.`
8586

8687
{% tabs %}
8788

File renamed without changes.

MAUI/Busy-Indicator/IndicatorColor.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@ description: Learn here all about color support in Syncfusion .NET MAUI Busy Ind
55
platform: maui
66
control: BusyIndicator
77
documentation: ug
8+
keywords : .net maui busy indicator color, maui busy indicator color, maui busy indicator customize.
89
---
910
# Indicator color and Background in .NET MAUI Busy Indicator
1011

11-
## Indicator color in SfBusyIndicator
12+
## Indicator color in .NET MAUI Busy Indicator
1213

13-
[SfBusyIndicator](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Core.SfBusyIndicator.html?tabs=tabid-1) provides option to set the color for indicator. This can be done using [IndicatorColor](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Core.SfBusyIndicator.html#Syncfusion_Maui_Core_SfBusyIndicator_IndicatorColor) property.
14+
[.NET MAUI Busy Indicator](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Core.SfBusyIndicator.html?tabs=tabid-1) provides an option to customize the color of the indicator. This can be done using the [IndicatorColor](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Core.SfBusyIndicator.html#Syncfusion_Maui_Core_SfBusyIndicator_IndicatorColor) property.
1415

1516
{% tabs %}
1617

@@ -41,11 +42,11 @@ SfBusyIndicator busyIndicator = new SfBusyIndicator()
4142

4243
The following gif image illustrates the result of the above code.
4344

44-
![Indicator Color](Images/IndicatorColor/IndicatorColor.png)
45+
![Indicator Color](Images/IndicatorColor/IndicatorColor.gif)
4546

4647
## Overlay Background in SfBusyIndicator
4748

48-
[SfBusyIndicator](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Core.SfBusyIndicator.html) provides option to set the overlay background. This can be done using [OverlayFill](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Core.SfBusyIndicator.html#Syncfusion_Maui_Core_SfBusyIndicator_OverlayFill) property.
49+
[.NET MAUI Busy Indicator](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Core.SfBusyIndicator.html) provides an option to customize the overlay background. This can be done using the [OverlayFill](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Core.SfBusyIndicator.html#Syncfusion_Maui_Core_SfBusyIndicator_OverlayFill) property.
4950

5051
{% tabs %}
5152

@@ -79,7 +80,7 @@ SfBusyIndicator busyIndicator = new SfBusyIndicator()
7980

8081
The following gif image illustrates the result of the above code.
8182

82-
![Overlay Fill](Images/IndicatorColor/OverlayFillColor.png)
83+
![Overlay Fill](Images/IndicatorColor/OverlayFillColor.gif)
8384

8485
The [OverlayFill](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Core.SfBusyIndicator.html#Syncfusion_Maui_Core_SfBusyIndicator_OverlayFill) property type is `Brush`, so you can set Gradients as background.
8586

@@ -128,5 +129,5 @@ SfBusyIndicator busyIndicator = new SfBusyIndicator()
128129

129130
The following gif image illustrates the result of the above code.
130131

131-
![Overlay Fill](Images/IndicatorColor/OverlayFillBrush.png)
132+
![Overlay Fill](Images/IndicatorColor/OverlayFillBrush.gif)
132133

MAUI/Busy-Indicator/Make-Busy-Animation-Idle.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@ description: Learn here all about Make Busy Animation Idle support in Syncfusion
55
platform: maui
66
control: BusyIndicator
77
documentation: ug
8+
keywords : .net maui busy indicator idle, maui busy indicator idle, maui busy indicator load, maui busy indicator running.
89
---
910
# Make Busy Animation Idle in .NET MAUI Busy Indicator (SfBusyIndicator)
1011

11-
## Make Busy Animation Idle in SfBusyIndicator
12+
## Make Busy Animation Idle in .NET MAUI Busy Indicator
1213

13-
[SfBusyIndicator](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Core.SfBusyIndicator.html) control provides support to determine whether an animation needs to be executed or not. Setting the [IsRunning](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Core.SfBusyIndicator.html#Syncfusion_Maui_Core_SfBusyIndicator_IsRunning) property to false will stop the animation and removes the control from view.
14+
[.NET MAUI Busy Indicator](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Core.SfBusyIndicator.html) control provides support to determine whether an animation needs to be executed or not. Setting the [IsRunning](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Core.SfBusyIndicator.html#Syncfusion_Maui_Core_SfBusyIndicator_IsRunning) property to false will stop the animation and removes the control from view.
1415

1516
{% tabs %}
1617

MAUI/Busy-Indicator/Overview.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ description: Learn here all about introduction of Syncfusion .NET MAUI Busy Indi
55
platform: maui
66
control: BusyIndicator
77
documentation: ug
8+
keywords : .net maui busy indicator, maui busy indicator, maui loading indicator.
89
---
910

1011
# .NET MAUI Busy Indicator (SfBusyIndicator) Overview

0 commit comments

Comments
 (0)