From a26c26cc1df275c267b7c87ff557fc651c22fd06 Mon Sep 17 00:00:00 2001 From: Kishore Date: Fri, 28 Mar 2025 12:18:42 +0530 Subject: [PATCH] Updated the API reference for the newly implemented features. --- MAUI/Badge-View/Animation.md | 2 +- MAUI/Busy-Indicator/AnimationType.md | 2 +- MAUI/Radial-Menu/Events.md | 2 +- MAUI/Radial-Menu/Populating-Items.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/MAUI/Badge-View/Animation.md b/MAUI/Badge-View/Animation.md index d9755f399..5361b6992 100644 --- a/MAUI/Badge-View/Animation.md +++ b/MAUI/Badge-View/Animation.md @@ -60,7 +60,7 @@ Content = sfBadgeView; ## Animation duration -The `AnimationDuration` property of the [Badge Settings](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Core.SfBadgeView.html#Syncfusion_Maui_Core_SfBadgeView_BadgeSettings) in the [Badge View](https://www.syncfusion.com/maui-controls/maui-badge-view) can be used to set the animation speed based on the given value. Setting a smaller duration value accelerates the animation speed. Its default value is 250. +The [AnimationDuration](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Core.BadgeSettings.html#Syncfusion_Maui_Core_BadgeSettings_AnimationDuration) property of the [Badge Settings](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Core.SfBadgeView.html#Syncfusion_Maui_Core_SfBadgeView_BadgeSettings) in the [Badge View](https://www.syncfusion.com/maui-controls/maui-badge-view) can be used to set the animation speed based on the given value. Setting a smaller duration value accelerates the animation speed. Its default value is 250. {% tabs %} diff --git a/MAUI/Busy-Indicator/AnimationType.md b/MAUI/Busy-Indicator/AnimationType.md index 1025d5e5c..288d5231d 100644 --- a/MAUI/Busy-Indicator/AnimationType.md +++ b/MAUI/Busy-Indicator/AnimationType.md @@ -193,7 +193,7 @@ The following gif image illustrates the result of the above code. ### Horizontal Pulsing Box -The horizontal pulsing box animation is one of the built-in animations in [.NET MAUI BusyIndicator.](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 [AnimationType](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Core.SfBusyIndicator.html#Syncfusion_Maui_Core_SfBusyIndicator_AnimationType) as `HorizontalPulsingBox.` +The horizontal pulsing box animation is one of the built-in animations in [.NET MAUI BusyIndicator.](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 [AnimationType](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Core.SfBusyIndicator.html#Syncfusion_Maui_Core_SfBusyIndicator_AnimationType) as [HorizontalPulsingBox.](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Core.AnimationType.html#Syncfusion_Maui_Core_AnimationType_HorizontalPulsingBox) {% tabs %} diff --git a/MAUI/Radial-Menu/Events.md b/MAUI/Radial-Menu/Events.md index ef509d763..74018fa7b 100644 --- a/MAUI/Radial-Menu/Events.md +++ b/MAUI/Radial-Menu/Events.md @@ -367,7 +367,7 @@ namespace RadialSample ## Perform an action while Pressing and Releasing the Radial menu item -You can perform an action when pressing and releasing the Radial menu item of the Radial menu. The `TouchDown` event occurs when pressing the Radial menu item and the `TouchUp` event occurs When releasing the Radial menu item. +You can perform an action when pressing and releasing the Radial menu item of the Radial menu. The [TouchDown](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.RadialMenu.SfRadialMenuItem.html?tabs=tabid-1#Syncfusion_Maui_RadialMenu_SfRadialMenuItem_TouchDown) event occurs when pressing the Radial menu item and the [TouchUp](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.RadialMenu.SfRadialMenuItem.html?tabs=tabid-1#Syncfusion_Maui_RadialMenu_SfRadialMenuItem_TouchUP) event occurs When releasing the Radial menu item. {% tabs %} diff --git a/MAUI/Radial-Menu/Populating-Items.md b/MAUI/Radial-Menu/Populating-Items.md index a4df4a515..20912bbc5 100644 --- a/MAUI/Radial-Menu/Populating-Items.md +++ b/MAUI/Radial-Menu/Populating-Items.md @@ -741,7 +741,7 @@ namespace RadialSample ## Selection Color -The [SfRadialMenu](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.RadialMenu.html) allows you to change the selection color for the selected Radial menu item by using the `SelectionColor` property. +The [SfRadialMenu](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.RadialMenu.html) allows you to change the selection color for the selected Radial menu item by using the [SelectionColor](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.RadialMenu.SfRadialMenu.html#Syncfusion_Maui_RadialMenu_SfRadialMenu_SelectionColor) property. {% tabs %}