diff --git a/WindowsForms/Radial-Menu/Element-Binding.md b/WindowsForms/Radial-Menu/Element-Binding.md index c6ecf2934..e5aeb2a0e 100644 --- a/WindowsForms/Radial-Menu/Element-Binding.md +++ b/WindowsForms/Radial-Menu/Element-Binding.md @@ -1,4 +1,4 @@ ---- +--- layout: post title: Element Binding in Windows Forms Radial Menu | Syncfusion® description: Element binding supports menu item population, image management, state persistence, ordering, and specialized radial elements. @@ -11,11 +11,11 @@ documentation: ug ## Menu items -Radial Menu Items is populated with the business object collection. This section explains how to create a Radial Menu that shows the list of Application commands. +WinForms Radial Menu Items is populated with the business object collection. This section explains how to create a WinForms Radial Menu that shows the list of Application commands. ### Slice count -Slice Count functionality is used to define the maximum number of menu items (slices) that is made visible by default in the Radial Menu. +Slice Count functionality is used to define the maximum number of menu items (slices) that is made visible by default in the WinForms Radial Menu. {% tabs %} @@ -94,7 +94,7 @@ Me.radialMenu1.PersistPreviousState = True ### Custom images -A custom set of images are configured to the Menu using ImageListAdv in the Radial Menu Control. +A custom set of images are configured to the Menu using ImageListAdv in the WinForms Radial Menu Control. Following code example illustrates the Custom Images. @@ -120,7 +120,7 @@ Me.radialMenu1.ImageList = Me.imageListAdv1 ### Index based ordering -Menu items in Radial Menu are arranged based on their respective indices. You can arrange the items in index-based order or in a sequential order by enabling this functionality. +Menu items in WinForms Radial Menu are arranged based on their respective indices. You can arrange the items in index-based order or in a sequential order by enabling this functionality. {% tabs %} @@ -150,7 +150,7 @@ Me.radialMenu1.UseIndexBasedOrder= true ## Populating color palette -Radial Color Palette is configured with the set of colors in Radial Menu using the following code example. +Radial Color Palette is configured with the set of colors in WinForms Radial Menu using the following code example. {% tabs %} @@ -210,7 +210,7 @@ Me.radialMenu1.ImageList = Me.imageListAdv1 ## Populating font list box -Radial Font List Box is configured in Radial Menu with installed font family using the following code example. +Radial Font List Box is configured in WinForms Radial Menu with installed font family using the following code example. {% tabs %} @@ -269,9 +269,9 @@ Me.radialMenu1.ImageList = Me.imageListAdv1 -## Populating Radial Menu Slider +## Populating WinForms Radial Menu Slider -Radial Menu Slider is configured in Radial Menu with minimum and maximum value. +WinForms Radial Menu Slider is configured with minimum and maximum value in WinForms Radial Menu. {% tabs %} diff --git a/WindowsForms/Radial-Menu/Getting-Started.md b/WindowsForms/Radial-Menu/Getting-Started.md index 88c24b650..98031bb50 100644 --- a/WindowsForms/Radial-Menu/Getting-Started.md +++ b/WindowsForms/Radial-Menu/Getting-Started.md @@ -12,7 +12,7 @@ documentation: ug >**Important** Starting with v16.2.0.x, if you refer to Syncfusion assemblies from trial setup or from the NuGet feed, include a license key in your projects. Refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/overview) to learn about registering Syncfusion license key in your Windows Forms application to use our components. -This section describes how to add a `RadialMenu` control in a Windows Forms application and overview of its basic functionalities. +This section describes how to add a `WinForms Radial Menu` control in a Windows Forms application and overview of its basic functionalities. ## Assembly deployment @@ -22,9 +22,9 @@ Please find more details regarding how to install the nuget packages in windows [How to install nuget packages](https://help.syncfusion.com/windowsforms/installation/install-nuget-packages) -## Creating simple application with RadialMenu +## Creating simple application with WinForms Radial Menu -You can create the Windows Forms application with RadialMenu control as follows: +You can create the Windows Forms application with WinForms Radial Menu control as follows: 1. [Creating project](#creating-the-project) 2. [Adding control via designer](#adding-control-via-designer) @@ -32,11 +32,11 @@ You can create the Windows Forms application with RadialMenu control as follows: ### Creating the project -Create a new Windows Forms project in the Visual Studio to display the RadialMenu with basic information. +Create a new Windows Forms project in the Visual Studio to display the WinForms Radial Menu with basic information. ## Adding control via designer -RadialMenu control can be added to the application by dragging it from the toolbox and dropping it in a designer view. The following required assembly references will be added automatically: +WinForms Radial Menu control can be added to the application by dragging it from the toolbox and dropping it in a designer view. The following required assembly references will be added automatically: * Syncfusion.Grid.Base.dll * Syncfusion.Grid.Windows.dll @@ -49,12 +49,12 @@ RadialMenu control can be added to the application by dragging it from the toolb **Adding Menu Items** -Menu items can be added into RadialMenu using `Items` collection in Smart Tags of RadialMenu in design view. +Menu items can be added into WinForms Radial Menu using `Items` collection in Smart Tags in the design view. ![Adding Menu Items in windows forms radial menu](Getting-Started_images/RadialMenu-img3.png) N> In .NET Core, when adding child items to a RadialMenuItem directly from the Visual Studio Properties window, the default Collection Editor opens instead of the expected editor. -Workaround: Use the main RadialMenu Collection Editor to add items, then configure the child items as needed. A permanent fix is in progress. +Workaround: Use the main WinForms Radial Menu Collection Editor to add items, then configure the child items as needed. A permanent fix is in progress. ## Adding control manually using code @@ -87,7 +87,7 @@ Imports Syncfusion.Windows.Forms.Tools {% endtabs %} -**Step 3:** Create `RadialMenu` control instance and add it to the form. RadialMenu `Visible` property should be set `true` to make it visible initially. +**Step 3:** Create `WinForms Radial Menu` control instance and add it to the form. Its `Visible` property should be set to `true` to make it visible initially. {% tabs %} @@ -121,7 +121,7 @@ Me.Controls.Add(radialMenu1) **Adding menu items** -To add menu items, create an instance for the required menu item and add it to `Items` collection property in RadialMenu. +To add menu items, create an instance for the required menu item and add it to `Items` collection property in WinForms Radial Menu. {% tabs %} diff --git a/WindowsForms/Radial-Menu/Keyboard-Support.md b/WindowsForms/Radial-Menu/Keyboard-Support.md index fbdefc52e..f3e706296 100644 --- a/WindowsForms/Radial-Menu/Keyboard-Support.md +++ b/WindowsForms/Radial-Menu/Keyboard-Support.md @@ -1,4 +1,4 @@ ---- +--- layout: post title: Keyboard Support in Windows Forms RadialMenu | Syncfusion® description: Keyboard support enables key tips, SuperAccelerator integration, shortcut access, and customizable accelerator appearance. @@ -9,7 +9,7 @@ documentation: ug # Keyboard Support in Windows Forms RadialMenu -The RadialMenu control supports key tips for radial menu items, letting users quickly access radial menu items in a few keystrokes. When a user presses the Alt key, key tips for radial menu items are displayed. Pressing a key indicated in the key tip invokes the click event of the corresponding radial menu item. +The WinForms Radial Menu control supports key tips for its items, letting users quickly access them in a few keystrokes. When a user presses the Alt key, key tips for the items are displayed. Pressing a key indicated in the key tip invokes the click event of the corresponding item. ## Add Super Accelerator @@ -30,7 +30,7 @@ Follow the steps below to add the [`SuperAccelerator`](https://help.syncfusion.c {% endtabs %} -2. To set a `SuperAccelerator` on use a SetAccelerator method to set the string value in radial menu item. +2. To set a `SuperAccelerator` on use a SetAccelerator method to set the string value in WinForms Radial Menu item. **Through Coding** {% tabs %} @@ -56,7 +56,7 @@ Follow the steps below to add the [`SuperAccelerator`](https://help.syncfusion.c 4. Press the string in the keyboard and the corresponding item’s click event will be triggered. (Eg. If the accelerator string of Copy is X key, Press ALT key. Once all the accelerator strings are displayed, press X key the Copy item event will be triggered.) -> Note: Do not set same string value to multiple radial menu items. +> Note: Do not set same string value to multiple WinForms Radial Menu items. ## SuperAccelerator appearance diff --git a/WindowsForms/Radial-Menu/Menu-Elements.md b/WindowsForms/Radial-Menu/Menu-Elements.md index 458009553..5f2a22e40 100644 --- a/WindowsForms/Radial-Menu/Menu-Elements.md +++ b/WindowsForms/Radial-Menu/Menu-Elements.md @@ -1,4 +1,4 @@ ---- +--- layout: post title: Menu Elements in Windows Forms Radial Menu | Syncfusion® description: Menu elements include radial menu items, check modes, grouping, color palettes, font lists, sliders, and center icons. @@ -9,13 +9,13 @@ documentation: ug # Menu Elements in Windows Forms Radial Menu -## Radial Menu items +## WinForms Radial Menu items -Radial Menu items are populated with the business object collection. Each menu item can be checked. +WinForms Radial Menu items are populated with the business object collection. Each menu item can be checked. ### Check mode -The CheckMode of a Radial Menu Item is defined with the following options: +The CheckMode of a WinForms Radial Menu Item is defined with the following options: * None - When the CheckMode is set to None, item can not be checked. * CheckBox - When the CheckMode is set to CheckBox, you can check more than one item in the same level. @@ -74,7 +74,7 @@ Me.radialMenuItem3.CheckMode = CheckMode.Option ## Radial color palette -[Radial Color Palette](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.RadialColorPalette.html) is formed in Radial Menu with the Radial Color Items and it is used to update the color. +[Radial Color Palette](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.RadialColorPalette.html) is formed in WinForms Radial Menu with the Radial Color Items and it is used to update the color. ![Radial color palette](Menu-Elements_images/Menu-Elements_img2.png) @@ -82,15 +82,15 @@ Me.radialMenuItem3.CheckMode = CheckMode.Option ## Radial font list box -[Radial Font List Box](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.RadialFontListBox.html) is formed in Radial Menu with installed font family and it is used to update the font style. +[Radial Font List Box](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.RadialFontListBox.html) is formed in WinForms Radial Menu with installed font family and it is used to update the font style. ![Radial font list box](Menu-Elements_images/Menu-Elements_img3.png) -## Radial Menu Slider +## WinForms Radial Menu Slider -[Radial Menu Slider](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.RadialMenuSlider.html) is formed in Radial Menu with minimum and maximum value and it is used to update the size. +[WinForms Radial Menu Slider](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.RadialMenuSlider.html) is formed with minimum and maximum value and is used to update the size. ![Radial Menu Slider](Menu-Elements_images/Menu-Elements_img4.png) @@ -98,7 +98,7 @@ Me.radialMenuItem3.CheckMode = CheckMode.Option ## Icon -The Icon property of Radial Menu is used to customize the icon displayed in the center of Radial Menu circle. Icon is not displayed if it is not loaded. +The Icon property of WinForms Radial Menu is used to customize the icon displayed in the center of the circle. Icon is not displayed if it is not loaded. ![Icon](Menu-Elements_images/Menu-Elements_img5.png) diff --git a/WindowsForms/Radial-Menu/Overview.md b/WindowsForms/Radial-Menu/Overview.md index 67522f337..0e1a4c78b 100644 --- a/WindowsForms/Radial-Menu/Overview.md +++ b/WindowsForms/Radial-Menu/Overview.md @@ -9,7 +9,7 @@ documentation: ug # About Syncfusion® Windows Forms RadialMenu Control -The `RadialMenu` comprises a hierarchical menu in a circular layout. It is used as a context menu and configured with familiar items for quick access. +The `WinForms Radial Menu` comprises a hierarchical menu in a circular layout. It is used as a context menu and configured with familiar items for quick access. ![Overview_img1](Overview_images/Overview_img1.png) diff --git a/WindowsForms/Radial-Menu/Style.md b/WindowsForms/Radial-Menu/Style.md index d9b4d26aa..d15e5bec7 100644 --- a/WindowsForms/Radial-Menu/Style.md +++ b/WindowsForms/Radial-Menu/Style.md @@ -1,4 +1,4 @@ ---- +--- layout: post title: Style in Windows Forms Radial Menu | Syncfusion® description: Style settings provide Office 2016 and default themes for customizing the visual appearance of RadialMenu controls. @@ -8,7 +8,7 @@ documentation: ug --- # Style in Windows Forms Radial Menu -The RadialMenu control has rich set of themes for professional representation. You can easily modify the look and feel of the RadialMenu using the built-in themes using the [Style](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.RadialMenu.html#Syncfusion_Windows_Forms_Tools_RadialMenu_Style) property of RadialMenu. +The WinForms Radial Menu control has rich set of themes for professional representation. You can easily modify its look and feel using the built-in themes through the [Style](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.RadialMenu.html#Syncfusion_Windows_Forms_Tools_RadialMenu_Style) property. It has the below themes. @@ -22,7 +22,7 @@ It has the below themes. • Office2016Black -The following code example allows you to set the style for the RadialMenu. +The following code example allows you to set the style for the WinForms Radial Menu. ## Default diff --git a/WindowsForms/Radial-Menu/Styling-and-Customization.md b/WindowsForms/Radial-Menu/Styling-and-Customization.md index 2b1834dd1..79f1fd507 100644 --- a/WindowsForms/Radial-Menu/Styling-and-Customization.md +++ b/WindowsForms/Radial-Menu/Styling-and-Customization.md @@ -1,4 +1,4 @@ ---- +--- layout: post title: Styling and Customization in Windows Forms Radial Menu | Syncfusion® description: Styling and customization options include drill regions, outer rims, arc spacing, display styles, and image sizing. @@ -160,7 +160,7 @@ Me.RadialMenu1.OuterArcGap = 50 ## Display style -The Display style of Radial Menu items is customized using different options. They are +The Display style of WinForms Radial Menu items is customized using different options. They are * text above the image * text below the image @@ -193,7 +193,7 @@ Me.radialMenu1.DisplayStyle = Syncfusion.Windows.Forms.Tools.DisplayStyle. Image ## Image size customization -The `RadialMenu` control allows to change the size of the radial menu items images. The [`MenuItemImageSize`](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.RadialMenu.html#Syncfusion_Windows_Forms_Tools_RadialMenu_MenuItemImageSize) property is used to change the image size of all radial menu items. +The `WinForms Radial Menu` control allows changing the size of its item images. The [`MenuItemImageSize`](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.RadialMenu.html#Syncfusion_Windows_Forms_Tools_RadialMenu_MenuItemImageSize) property is used to change the image size of all items. {% tabs %} @@ -247,7 +247,7 @@ this.Controls.Add(this.radialMenu); ![Image Size](Styling-and-Customization_images/Styling-and-Customization_img8.png) -The [`ImageSize`](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.RadialMenuItem.html#Syncfusion_Windows_Forms_Tools_RadialMenuItem_ImageSize) property of `RadialMenuItem` is used to change the image size of each radial menu item. +The [`ImageSize`](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.RadialMenuItem.html#Syncfusion_Windows_Forms_Tools_RadialMenuItem_ImageSize) property of `RadialMenuItem` is used to change the image size of each WinForms Radial Menu item. {% tabs %} @@ -301,5 +301,5 @@ this.Controls.Add(this.radialMenu); ![Image Size](Styling-and-Customization_images/Styling-and-Customization_img9.png) -N> If the [`ImageSize`](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.RadialMenuItem.html#Syncfusion_Windows_Forms_Tools_RadialMenuItem_ImageSize) is defined, setting the [`MenuItemImageSize`](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.RadialMenu.html#Syncfusion_Windows_Forms_Tools_RadialMenu_MenuItemImageSize) property has no effect for particular radial menu item. +N> If the [`ImageSize`](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.RadialMenuItem.html#Syncfusion_Windows_Forms_Tools_RadialMenuItem_ImageSize) is defined, setting the [`MenuItemImageSize`](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.RadialMenu.html#Syncfusion_Windows_Forms_Tools_RadialMenu_MenuItemImageSize) property has no effect for particular WinForms Radial Menu item. diff --git a/WindowsForms/Radial-Menu/Tooltip.md b/WindowsForms/Radial-Menu/Tooltip.md index ab858b448..9427103f9 100644 --- a/WindowsForms/Radial-Menu/Tooltip.md +++ b/WindowsForms/Radial-Menu/Tooltip.md @@ -1,4 +1,4 @@ ---- +--- layout: post title: Tooltip in Windows Forms RadialMenu | Syncfusion® description: Tooltip support displays contextual information for radial menu items when users hover over menu elements. @@ -9,9 +9,9 @@ documentation: ug # Tooltip in Windows Forms RadialMenu -ToolTip is a small popup box that appears when the user moves the pointer over an element. By enabling [`ShowTooltip`](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.RadialMenu.html#Syncfusion_Windows_Forms_Tools_RadialMenu_ShowToolTip) property of RadialMenu, tooltip will display while hovering on radial menu items. It will display the exact text set in the `Text` property of each radial menu item. +ToolTip is a small popup box that appears when the user moves the pointer over an element. By enabling the [`ShowTooltip`](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.RadialMenu.html#Syncfusion_Windows_Forms_Tools_RadialMenu_ShowToolTip) property of WinForms Radial Menu, tooltip will display while hovering on items. It will display the exact text set in the `Text` property of each item. -The below code snippet will explain how to set tooltip for radial menu items. +The below code snippet will explain how to set tooltip for WinForms Radial Menu items. {% tabs %} {% highlight c# %} diff --git a/WindowsForms/Radial-Slider/Getting-Started.md b/WindowsForms/Radial-Slider/Getting-Started.md index e3efecb51..97790736c 100644 --- a/WindowsForms/Radial-Slider/Getting-Started.md +++ b/WindowsForms/Radial-Slider/Getting-Started.md @@ -9,7 +9,7 @@ documentation: ug # Getting Started with Windows Forms RadialSlider -This section briefly describes how to create a new Windows Forms project in Visual Studio and add the **RadialSlider** control with its basic functionalities. +This section briefly describes how to create a new Windows Forms project in Visual Studio and add the **WinForms Radial Slider** control with its basic functionalities. ## Assembly deployment @@ -17,13 +17,13 @@ Refer to the [Control Dependencies](https://help.syncfusion.com/windowsforms/con Refer to this [documentation](https://help.syncfusion.com/windowsforms/visual-studio-integration/nuget-packages) to find more details about installing NuGet packages in a Windows Forms application. -## Adding the RadialSlider control via designer +## Adding the WinForms Radial Slider control via designer -The following steps describe how to create an **RadialSlider** control via the designer. +The following steps describe how to create an **WinForms Radial Slider** control via the designer. 1. Create a new Windows Forms application in Visual Studio. -2. Add the [RadialSlider](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.RadialSlider.html) control to an application by dragging it from the toolbox to the design view. The following dependent assemblies will be added automatically: +2. Add the [WinForms Radial Slider](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.RadialSlider.html) control to an application by dragging it from the toolbox to the design view. The following dependent assemblies will be added automatically: * Syncfusion.Grid.Base * Syncfusion.Grid.Windows @@ -34,11 +34,11 @@ The following steps describe how to create an **RadialSlider** control via the d ![Search RadialSlider in ToolBox](Getting-Started_images/RadialSlider-img1.png) -3. Set the desired properties for [RadialSlider](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.RadialSlider.html) control using the **Properties** dialog. +3. Set the desired properties for [WinForms Radial Slider](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.RadialSlider.html) control using the **Properties** dialog. -## Adding the RadialSlider control via code +## Adding the WinForms Radial Slider control via code -The following steps explain how to create a **RadialSlider** control programmatically: +The following steps explain how to create a **WinForms Radial Slider** control programmatically: 1. Create a C# or VB application via Visual Studio. @@ -72,7 +72,7 @@ Imports Syncfusion.Windows.Forms.Tools {% endcapture %} {{ codesnippet1 | OrderList_Indent_Level_1 }} -4. Create an instance of the [RadialSlider](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.RadialSlider.html) control, and then add it to the form. +4. Create an instance of the [WinForms Radial Slider](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.RadialSlider.html) control, and then add it to the form. {% capture codesnippet2 %}​ {% tabs %} @@ -101,7 +101,7 @@ Me.Controls.Add(radialSlider1) ## Values -The value of **RadialSlider** control can be restricted within the minimum and maximum limits. +The value of **WinForms Radial Slider** control can be restricted within the minimum and maximum limits. * **MinimumValue** - The slider initial value depends on its minimum value, and the default minimum value is 0. The minimum value can be changed using the [MinimumValue](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.RadialSlider.html#Syncfusion_Windows_Forms_Tools_RadialSlider_MinimumValue) property. @@ -164,7 +164,7 @@ End Sub ## Division -The division for the [RadialSlider](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.RadialSlider.html) can be customized using the [SliderDivision](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.RadialSlider.html#Syncfusion_Windows_Forms_Tools_RadialSlider_SliderDivision) property. The default slider division is 10. +The division for the [WinForms Radial Slider](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.RadialSlider.html) can be customized using the [SliderDivision](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.RadialSlider.html#Syncfusion_Windows_Forms_Tools_RadialSlider_SliderDivision) property. The default slider division is 10. {% tabs %} @@ -232,7 +232,7 @@ N> [View Sample in GitHub](https://github.com/SyncfusionExamples/syncfusion-winf ## Slider Style -The **RadialSlider** supports two different styles to its appearance using the [SliderStyle](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.RadialSlider.html#Syncfusion_Windows_Forms_Tools_RadialSlider_SliderStyle) property. +The **WinForms Radial Slider** supports two different styles to its appearance using the [SliderStyle](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.RadialSlider.html#Syncfusion_Windows_Forms_Tools_RadialSlider_SliderStyle) property. * **Default** - Renders the slider control with two hollow circles and a small circle as center with its dividend ticks. diff --git a/WindowsForms/Radial-Slider/Overview.md b/WindowsForms/Radial-Slider/Overview.md index c42585a9b..6a0067ddc 100644 --- a/WindowsForms/Radial-Slider/Overview.md +++ b/WindowsForms/Radial-Slider/Overview.md @@ -9,7 +9,7 @@ documentation: ug # About Syncfusion® Windows Forms RadialSlider Control -The [RadialSlider](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.RadialSlider.html) control is an advanced control, and it is capable of calculating the sequence value with the sequence circle sector. It contains additional features such as different visual styles, and it supports to modify the minimum and maximum values. +The [WinForms Radial Slider](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.RadialSlider.html) control is an advanced control, and it is capable of calculating the sequence value with the sequence circle sector. It contains additional features such as different visual styles, and it supports to modify the minimum and maximum values. ![Radial slider for Windows Forms to select numeric values](Overview_images/Overview_img1.png) @@ -21,5 +21,5 @@ The [RadialSlider](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Window **Value settings** - Provides options to set the minimum and maximum ranges and slider division values. -**Visual style** - Provides a rich set of styles to customize the look and feel of RadialSlider. +**Visual style** - Provides a rich set of styles to customize the look and feel of WinForms Radial Slider. diff --git a/WindowsForms/Radial-Slider/Slider-customization.md b/WindowsForms/Radial-Slider/Slider-customization.md index 367b0006d..f11a94f20 100644 --- a/WindowsForms/Radial-Slider/Slider-customization.md +++ b/WindowsForms/Radial-Slider/Slider-customization.md @@ -1,4 +1,4 @@ ---- +--- layout: post title: Slider Customization in Windows Forms Radial Slider | Syncfusion® description: Slider customization supports background, circle, needle, and text styling, along with themes and visual customization options. @@ -11,7 +11,7 @@ documentation: ug ## Slider background color -The background color for the radial slider can be customized using the [BackgroundColor](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.RadialSlider.html#Syncfusion_Windows_Forms_Tools_RadialSlider_BackgroundColor). +The background color for the WinForms Radial Slider can be customized using the [BackgroundColor](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.RadialSlider.html#Syncfusion_Windows_Forms_Tools_RadialSlider_BackgroundColor). {% tabs %} @@ -33,7 +33,7 @@ radialSlider1.BackgroundColor = System.Drawing.SystemColors.Navy ## Circle color -The circle color of the [RadialSlider](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.RadialSlider.html) can be customized using the [InnerCircleColor](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.RadialSlider.html#Syncfusion_Windows_Forms_Tools_RadialSlider_InnerCircleColor) and [OuterCircleColor](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.RadialSlider.html#Syncfusion_Windows_Forms_Tools_RadialSlider_OuterCircleColor) properties. +The circle color of the [WinForms Radial Slider](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.RadialSlider.html) can be customized using the [InnerCircleColor](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.RadialSlider.html#Syncfusion_Windows_Forms_Tools_RadialSlider_InnerCircleColor) and [OuterCircleColor](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.RadialSlider.html#Syncfusion_Windows_Forms_Tools_RadialSlider_OuterCircleColor) properties. {% tabs %} @@ -57,7 +57,7 @@ radialSlider1.OuterCircleColor = System.Drawing.Color.Blue ## Needle color -The needle color of the **RadialSlider** can be customized using the [SliderNeedleColor](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.RadialSlider.html#Syncfusion_Windows_Forms_Tools_RadialSlider_SliderNeedleColor) property. +The needle color of the **WinForms Radial Slider** can be customized using the [SliderNeedleColor](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.RadialSlider.html#Syncfusion_Windows_Forms_Tools_RadialSlider_SliderNeedleColor) property. {% tabs %} @@ -79,7 +79,7 @@ radialSlider1.SliderNeedleColor = System.Drawing.Color.DarkViolet ## Fore color -The foreground color of the **RadialSlider** can be customized using the [ForeColor](https://learn.microsoft.com/en-us/dotnet/api/system.windows.forms.control.forecolor?view=netframework-4.7.2) property. +The foreground color of the **WinForms Radial Slider** can be customized using the [ForeColor](https://learn.microsoft.com/en-us/dotnet/api/system.windows.forms.control.forecolor?view=netframework-4.7.2) property. {% tabs %} @@ -102,7 +102,7 @@ radialSlider1.ForeColor = System.Drawing.Color.BlueViolet ## Needle type -The needle type of the **RadialSlider** can be customized using the [NeedleType](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.RadialSlider.html#Syncfusion_Windows_Forms_Tools_RadialSlider_NeedleType) enumeration. Available needle types in the RadialSlider are: +The needle type of the **WinForms Radial Slider** can be customized using the [NeedleType](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.RadialSlider.html#Syncfusion_Windows_Forms_Tools_RadialSlider_NeedleType) enumeration. Available needle types in the WinForms Radial Slider are: * Straight Line (Default) * Dotted Line @@ -127,9 +127,9 @@ radialSlider1.NeedleType = Syncfusion.Windows.Forms.Tools.SliderNeedleType.Dot ## Visual Style -The **RadialSlider** control contains a rich set of themes for professional representation. You can easily modify the look and feel of the RadialSlider using built-in themes. +The **WinForms Radial Slider** control contains a rich set of themes for professional representation. You can easily modify it's look and feel using built-in themes. -The following options are available in RadialSlider: +The following options are available in WinForms Radial Slider: * Default * Office2016Colorful