diff --git a/wpf/Menu/Animation-Support.md b/wpf/Menu/Animation-Support.md index 4b1b24032..2e23fb34c 100644 --- a/wpf/Menu/Animation-Support.md +++ b/wpf/Menu/Animation-Support.md @@ -1,7 +1,7 @@ --- layout: post title: Animation Support in WPF Menu | Syncfusion® -description: Animation Support in MenuAdv provides visual transition effects when opening and interacting with menu items. +description: Animation Support in WPF Menu provides visual transition effects when opening and interacting with menu items. platform: wpf control: MenuAdv documentation: ug @@ -9,7 +9,7 @@ documentation: ug # Animation Support in WPF Menu (MenuAdv) -MenuAdv supports animation types to open the submenu pop-up. The following animation types are supported by MenuAdv: +The WPF Menu supports animation types to open the submenu pop-up. The following animation types are supported by Menu: * Fade * Slide @@ -62,7 +62,7 @@ Data Type PopUpAnimationType -Gets or sets the PopUpAnimationType of MenuAdv. +Gets or sets the PopUpAnimationType of Menu. DependencyProperty PopUpAnimationType(None) diff --git a/wpf/Menu/Binding-and-DataTemplate-Support.md b/wpf/Menu/Binding-and-DataTemplate-Support.md index ee7086c46..bd72fb23d 100644 --- a/wpf/Menu/Binding-and-DataTemplate-Support.md +++ b/wpf/Menu/Binding-and-DataTemplate-Support.md @@ -1,7 +1,7 @@ --- layout: post -title: Data Binding and Template Support in MenuAdv | Syncfusion® -description: Binding and DataTemplate support in Menu (MenuAdv) enable flexible data-driven menu item presentation. +title: Data Binding and Template Support in WPF Menu | Syncfusion® +description: Binding and DataTemplate support in WPF Menu (MenuAdv) enable flexible data-driven menu item presentation. platform: wpf control: MenuAdv documentation: ug @@ -151,9 +151,9 @@ public class CustomItemSource : ObservableCollection {% endhighlight %} {% endtabs %} -![Adding menu items using data binding in WPF MenuAdv control](Binding-and-DataTemplate-Support_images/Binding-and-DataTemplate-Support_img1.png) +![Adding menu items using data binding in WPF Menu control](Binding-and-DataTemplate-Support_images/Binding-and-DataTemplate-Support_img1.png) -![Adding hierarchical menu items using data template in WPF MenuAdv control ](Binding-and-DataTemplate-Support_images/Binding-and-DataTemplate-Support_img2.png) +![Adding hierarchical menu items using data template in WPF Menu control ](Binding-and-DataTemplate-Support_images/Binding-and-DataTemplate-Support_img2.png) ### Sample Link diff --git a/wpf/Menu/Blendability-Support.md b/wpf/Menu/Blendability-Support.md index ddd7d3e01..1226f957a 100644 --- a/wpf/Menu/Blendability-Support.md +++ b/wpf/Menu/Blendability-Support.md @@ -1,7 +1,7 @@ --- layout: post title: Blendability Support in WPF Menu | Syncfusion® -description: Blendability Support in Menu (MenuAdv) enables design-time customization of styles and templates using Expression Blend. +description: Blendability Support in WPF Menu (MenuAdv) enables design-time customization of styles and templates using Expression Blend. platform: wpf control: MenuAdv documentation: ug @@ -9,7 +9,7 @@ documentation: ug # Blendability Support in WPF Menu (MenuAdv) -You can customize MenuAdv and MenuItemAdv in Expression Blend. After adding MenuAdv and MenuItemAdv to the design view, you can see MenuAdv and MenuItemAdv in the Objects and Timeline window. +You can customize WPF Menu and MenuItemAdv in Expression Blend. After adding Menu and MenuItemAdv to the design view, you can see Menu and MenuItemAdv in the Objects and Timeline window. ![Blendability-Support_img1](Blendability-Support_images/Blendability-Support_img1.png) @@ -19,7 +19,7 @@ You can customize MenuAdv and MenuItemAdv in Expression Blend. After adding Menu -Right-click MenuAdv and in EditTemplate option select Edit a Copy and assign the key name to the resource edited. The same process can be repeated to edit the MenuItemAdv style. +Right-click Menu and in EditTemplate option select Edit a Copy and assign the key name to the resource edited. The same process can be repeated to edit the MenuItemAdv style. ![Blendability-Support_img3](Blendability-Support_images/Blendability-Support_img3.png) @@ -35,7 +35,7 @@ User can also customize the appearance of the TopScrollButtonStyle, BottomScroll -The following screen shot shows the MenuAdv and MenuItemAdv templates edited and customized by using Expression Blend. +The following screen shot shows the Menu and MenuItemAdv templates edited and customized by using Expression Blend. ![Blendability-Support_img6](Blendability-Support_images/Blendability-Support_img6.png) diff --git a/wpf/Menu/Boundary-Detection.md b/wpf/Menu/Boundary-Detection.md index 802a52b77..f14eb32ae 100644 --- a/wpf/Menu/Boundary-Detection.md +++ b/wpf/Menu/Boundary-Detection.md @@ -1,7 +1,7 @@ --- layout: post title: Boundary Detection in WPF Menu | Syncfusion® -description: Boundary Detection in MenuAdv automatically adjusts popup and submenu placement to ensure they remain visible on screen. +description: Boundary Detection in WPF Menu automatically adjusts popup and submenu placement to ensure they remain visible on screen. platform: wpf control: MenuAdv documentation: ug @@ -9,7 +9,7 @@ documentation: ug # Boundary Detection in WPF Menu (MenuAdv) -MenuItemAdv detects the boundaries and opens its submenu in the opposite direction, when the submenu crosses the boundary in both horizontal and vertical directions. In the case of Vertical direction, if the MenuItemAdv which opens the submenu is not the item of MenuAdv the submenu will only adjust its position and it will not open in opposite direction. +MenuItemAdv detects the boundaries and opens its submenu in the opposite direction, when the submenu crosses the boundary in both horizontal and vertical directions. In the case of Vertical direction, if the MenuItemAdv which opens the submenu is not the item of WPF Menu the submenu will only adjust its position and it will not open in opposite direction. @@ -27,7 +27,7 @@ MenuItemAdv detects the boundaries and opens its submenu in the opposite directi ## Use Case Scenarios -MenuAdv will be very useful when the number of submenu item levels are more and the opening of the submenu crosses the boundary, this feature allows the submenu be always visible by adjusting its position. +The WPF Menu will be very useful when the number of submenu item levels are more and the opening of the submenu crosses the boundary, this feature allows the submenu be always visible by adjusting its position. ### Sample Link diff --git a/wpf/Menu/Check-Box-and-Radio-Button-Support.md b/wpf/Menu/Check-Box-and-Radio-Button-Support.md index 969bd48a6..f78092150 100644 --- a/wpf/Menu/Check-Box-and-Radio-Button-Support.md +++ b/wpf/Menu/Check-Box-and-Radio-Button-Support.md @@ -1,7 +1,7 @@ --- layout: post -title: Check Box and Radio Button Support in MenuAdv | Syncfusion® -description: Check box and radio button support in MenuAdv enable selectable and mutually exclusive menu options. +title: Check Box and Radio Button Support in WPF Menu | Syncfusion® +description: Check box and radio button support in WPF Menu enable selectable and mutually exclusive menu options. platform: wpf control: MenuAdv documentation: ug @@ -9,11 +9,11 @@ documentation: ug # Check Box and Radio Button Support in WPF Menu (MenuAdv) -MenuAdv provides a support for selecting several items. MenuItemAdv can be checked by setting the IsCheckable property of the MenuItemAdv to “true”. You can change the icon type (Check Box or Radio Button) by using the CheckIcon property also it can be checked by using the IsChecked property. +The WPF Menu provides a support for selecting several items. MenuItemAdv can be checked by setting the IsCheckable property of the MenuItemAdv to “true”. You can change the icon type (Check Box or Radio Button) by using the CheckIcon property also it can be checked by using the IsChecked property. ### Use Case Scenarios -MenuAdv helps users to use MenuItemAdv with the CheckBox or RadioButton support. +The WPF Menu helps users to use MenuItemAdv with the CheckBox or RadioButton support. ## Using the Check Box and Radio Button Support in an Application @@ -56,7 +56,7 @@ If you set the CheckIcon property to RadioButton, then MenuItemAdv’s will be g {% endhighlight %} -![CheckBox and Radio Button Support in wpf MenuAdv](Check-Box-and-Radio-Button-Support_images/Check-Box-and-Radio-Button-Support_img1.png) +![CheckBox and Radio Button Support in WPF Menu](Check-Box-and-Radio-Button-Support_images/Check-Box-and-Radio-Button-Support_img1.png) diff --git a/wpf/Menu/Command-Binding-and-Command-Target-Support.md b/wpf/Menu/Command-Binding-and-Command-Target-Support.md index 06f71ca24..a4c9b07fc 100644 --- a/wpf/Menu/Command-Binding-and-Command-Target-Support.md +++ b/wpf/Menu/Command-Binding-and-Command-Target-Support.md @@ -1,7 +1,7 @@ --- layout: post title: Command Binding Support in WPF Menu | Syncfusion® -description: Command Binding Support in MenuAdv enables executing routed commands through menu items by using command, parameter, and target bindings. +description: Command Binding Support in WPF Menu enables executing routed commands through menu items by using command, parameter, and target bindings. platform: wpf control: MenuAdv documentation: ug @@ -9,13 +9,13 @@ documentation: ug # Command Binding and Command Target Support in WPF Menu (MenuAdv) -Commands are a way to bind the UI to the logic that performs the action, which is to be executed. MenuAdv supports command binding. When users press the Enter key or click to select an item, the command will be triggered. This can be attained by using the Command and CommandParameter properties of MenuItemAdv. +Commands are a way to bind the UI to the logic that performs the action, which is to be executed. The WPF Menu supports command binding. When users press the Enter key or click to select an item, the command will be triggered. This can be attained by using the Command and CommandParameter properties of MenuItemAdv. The command target is the element on which the command is to be executed with regards to a RoutedCommand and routing of the Executed and CanExecute starts. This can be attained by using the CommandTarget property of MenuItemAdv. ## Use Case Scenarios -MenuAdv helps users handle any command that can be routed outside the boundaries of the logical tree and do not require handling logic in code behind. +The WPF Menu helps users handle any command that can be routed outside the boundaries of the logical tree and do not require handling logic in code behind. ## Using the Command Binding Support in an Application diff --git a/wpf/Menu/Customizing-Data-Templates.md b/wpf/Menu/Customizing-Data-Templates.md index 6bd68045b..fe28a9107 100644 --- a/wpf/Menu/Customizing-Data-Templates.md +++ b/wpf/Menu/Customizing-Data-Templates.md @@ -1,7 +1,7 @@ --- layout: post title: Customizing Data Templates in WPF Menu | Syncfusion® -description: Data template customization in MenuAdv enables personalized layouts and visual presentation of menu items. +description: Data template customization in WPF Menu enables personalized layouts and visual presentation of menu items. platform: wpf control: MenuAdv documentation: ug @@ -9,11 +9,11 @@ documentation: ug # Customizing Data Templates in WPF Menu (MenuAdv) -Data templates can be customized for items of the MenuAdv control. The next section explains how to customize the MenuItemAdv using data templates. +Data templates can be customized for items of the WPF Menu control. The next section explains how to customize the MenuItemAdv using data templates. ## Item Template -You can customize how a business object is displayed as MenuItemAdv using ItemTemplate of MenuAdv. The MenuAdv displays hierarchical data. HierarchicalDataTemplate is used to define the ItemTemplate. The following code example shows the usage of ItemTemplate. +You can customize how a business object is displayed as MenuItemAdv using ItemTemplate of WPF Menu. The WPF Menu displays hierarchical data. HierarchicalDataTemplate is used to define the ItemTemplate. The following code example shows the usage of ItemTemplate. {% highlight xaml %} @@ -35,7 +35,7 @@ You can customize how a business object is displayed as MenuItemAdv using ItemTe N> [View sample in GitHub](https://github.com/SyncfusionExamples/customizing-data-templates-in-menuadv) -Implementing the above code will generate the following MenuAdv control. +Implementing the above code will generate the following WPF Menu control. ![Image showing the menu with ItemTemplate](Customizing-Data-Templates_images/Customizing-Data-Templates_img1.png) diff --git a/wpf/Menu/Data-Binding.md b/wpf/Menu/Data-Binding.md index af207cbea..21e915685 100644 --- a/wpf/Menu/Data-Binding.md +++ b/wpf/Menu/Data-Binding.md @@ -1,21 +1,21 @@ --- layout: post title: Data Binding in WPF Menu | Syncfusion® -description: Data Binding in MenuAdv enables generating hierarchical menu items from object collections and XML data sources. +description: Data Binding in WPF Menu enables generating hierarchical menu items from object collections and XML data sources. platform: wpf control: MenuAdv documentation: ug --- -# Data Binding in WPF MenuAdv +# Data Binding in WPF Menu -The topics under this section explain the data binding support for the MenuAdv control. +The topics under this section explain the data binding support for the WPF Menu control. ## Data Binding to Objects -The MenuAdv control also supports binding to objects. The following example shows this. +The WPF Menu control also supports binding to objects. The following example shows this. -1. Create a class that act as a model for MenuAdv. +1. Create a class that act as a model for WPF Menu. {% tabs %} {% highlight C# %} @@ -105,7 +105,7 @@ public class ViewModel {% endhighlight %} {% endtabs %} -4. Now configure the ItemsSource and ItemTemplate of MenuAdv. +4. Now configure the ItemsSource and ItemTemplate of WPF Menu. {% tabs %} {% highlight xaml %} @@ -129,7 +129,7 @@ public class ViewModel ## Data Binding with XML -An XML file can also be used as _ItemsSource_ for the MenuAdv control. The following example illustrates this. +An XML file can also be used as _ItemsSource_ for the WPF Menu control. The following example illustrates this. 1. Create an XML file with the following details as follows and name it as Data.xml. @@ -183,7 +183,7 @@ An XML file can also be used as _ItemsSource_ for the MenuAdv control. The follo {% endtabs %} -3. Set ItemsSource property for the MenuAdv. +3. Set ItemsSource property for the WPF Menu. {% tabs %} {% highlight xaml %} @@ -199,7 +199,7 @@ An XML file can also be used as _ItemsSource_ for the MenuAdv control. The follo {% endhighlight %} {% endtabs %} - This will create the following MenuAdv control. + This will create the following WPF Menu control. ![Data-Binding_images2](Data-Binding_images/Data-Binding_img2.png) diff --git a/wpf/Menu/Getting-Started.md b/wpf/Menu/Getting-Started.md index 55ccf9825..297a7a63a 100644 --- a/wpf/Menu/Getting-Started.md +++ b/wpf/Menu/Getting-Started.md @@ -9,11 +9,11 @@ documentation: ug # Getting Started with WPF Menu (MenuAdv) -This section provides a quick overview for working with the Menu ([MenuAdv](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Shared.MenuAdv.html)). +This section provides a quick overview for working with the Menu ([WPF Menu](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Shared.MenuAdv.html)). -## Structure of the MenuAdv Control +## Structure of the WPF Menu Control -![WPF MenuAdv Structure](getting-started_images/wpf-menu-structure.png) +![WPF Menu Structure](getting-started_images/wpf-menu-structure.png) ## Assembly deployment Refer to the [control dependencies](https://help.syncfusion.com/wpf/control-dependencies#menuadv) section to get the list of assemblies or NuGet package that needs to be added as a reference to use the [MenuAdv](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Shared.MenuAdv.html) control in any application. @@ -24,8 +24,8 @@ You can find more details about installing the NuGet package in a WPF applicatio >**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 WPF application to use our components. -## Creating Application with MenuAdv control -In this walk through, user will create a WPF application that contains [MenuAdv](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Shared.MenuAdv.html) control. +## Creating Application with WPF Menu control +In this walk through, user will create a WPF application that contains [WPF Menu](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Shared.MenuAdv.html) control. 1. [Creating project](#Creating-the-project) 2. [Adding control via designer](#Adding-control-via-designer) 3. [Adding control manually in XAML](#Adding-control-manually-in-XAML) @@ -34,61 +34,61 @@ In this walk through, user will create a WPF application that contains [MenuAdv] 6. [Binding to Data ](#Creating-Data-Model-for-sample-application) ## Creating project -Below section provides detailed information to create new project using [MenuAdv](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Shared.MenuAdv.html). +Below section provides detailed information to create new project using [WPF Menu](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Shared.MenuAdv.html). ## Adding control via designer -The [MenuAdv](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Shared.MenuAdv.html) control can be added to the application in VisualStudio or ExpressionBlend by dragging it from Toolbox and dropping it in designer. The required assembly will be added automatically. +The [WPF Menu](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Shared.MenuAdv.html) control can be added to the application in VisualStudio or ExpressionBlend by dragging it from Toolbox and dropping it in designer. The required assembly will be added automatically. ### Through Visual Studio -The following are the steps to create the [MenuAdv](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Shared.MenuAdv.html) control using Visual Studio. +The following are the steps to create the [WPF Menu](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Shared.MenuAdv.html) control using Visual Studio. -1. Drag [MenuAdv](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Shared.MenuAdv.html) from the Visual Studio Toolbox and drop it in the designer. +1. Drag [WPF Menu](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Shared.MenuAdv.html) from the Visual Studio Toolbox and drop it in the designer. ![WPF Designer ThroughVisualStudio](getting-started_images/wpf-menu-designer.png) -2. Select the [MenuAdv](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Shared.MenuAdv.html) and go to properties. +2. Select the [WPF Menu](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Shared.MenuAdv.html) and go to properties. 3. Click the three dotted button given in Items property. Collection Editor window will open. - ![WPF MenuAdv Collection Editor ThroughVisualStudio](getting-started_images/wpf-menu-collection-editor.png) + ![WPF Menu Collection Editor ThroughVisualStudio](getting-started_images/wpf-menu-collection-editor.png) 4. Using the Collection Editor, add the GroupBarItems and configure their properties. ### Through Expression Blend -The [MenuAdv](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Shared.MenuAdv.html) control can also be created and configured using Expression Blend by following steps. +The [WPF Menu](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Shared.MenuAdv.html) control can also be created and configured using Expression Blend by following steps. 1. Create a WPF project in the Expression Blend and refer the following assembly. * Syncfusion.Shared.Wpf -2. Search for [MenuAdv](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Shared.MenuAdv.html) in the Toolbox. +2. Search for [WPF Menu](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Shared.MenuAdv.html) in the Toolbox. - ![WPF MenuAdv Through Expression Blend](getting-started_images/wpf-menu-through-expression-blend.png) + ![WPF Menu Through Expression Blend](getting-started_images/wpf-menu-through-expression-blend.png) -3. Drag the [MenuAdv](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Shared.MenuAdv.html) to designer to generate an empty menu bar. +3. Drag the [WPF Menu](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Shared.MenuAdv.html) to designer to generate an empty menu bar. -4. To add the [MenuItemAdv](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Shared.MenuItemAdv.html) to the [MenuAdv](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Shared.MenuAdv.html) control, select the [MenuAdv](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Shared.MenuAdv.html) and go to Properties area. +4. To add the [MenuItemAdv](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Shared.MenuItemAdv.html) to the [WPF Menu](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Shared.MenuAdv.html) control, select the [MenuAdv](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Shared.MenuAdv.html) and go to Properties area. 5. Click Items (Collection) under Common Properties. - ![ItemCollection in WPF MenuAdv](getting-started_images/wpf-menu-common-properties.png) + ![ItemCollection in WPF Menu](getting-started_images/wpf-menu-common-properties.png) 6. Once the Collection Editor opens, click Add another item. The Select Object window will open. 7. Select [MenuItemAdv](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Shared.MenuItemAdv.html) by typing [MenuItemAdv](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Shared.MenuItemAdv.html) in the search box, and then click OK. - ![Item Collection in WPF MenuAdv](getting-started_images/wpf-menu-item-collection.png) + ![Item Collection in WPF Menu](getting-started_images/wpf-menu-item-collection.png) 8. Configure the properties (such as header or icon) of the [MenuItemAdv](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Shared.MenuItemAdv.html) using the properties in the Collection Editor. This will generate the following control. - ![Output in WPF MenuAdv](getting-started_images/wpf-menu-output.png) + ![Output in WPF Menu](getting-started_images/wpf-menu-output.png) N> You can customize the appearance of the [MenuItemAdv](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Shared.MenuItemAdv.html) using the template-editing feature available in the Expression Blend. ## Adding control manually in XAML -In order to add [MenuAdv](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Shared.MenuAdv.html) control manually in XAML, do the below steps, +In order to add [WPF Menu](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Shared.MenuAdv.html) control manually in XAML, do the below steps, 1. Add the below required assembly references to the project, @@ -96,7 +96,7 @@ In order to add [MenuAdv](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows. 2. Import Syncfusion WPF schema **http://schemas.syncfusion.com/wpf** in XAML page. -3. Declare [MenuAdv](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Shared.MenuAdv.html) in XAML page. +3. Declare [WPF Menu](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Shared.MenuAdv.html) in XAML page. {% capture codesnippet1 %} {% highlight xaml %} @@ -124,13 +124,13 @@ In order to add [MenuAdv](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows. {{ codesnippet1 | OrderList_Indent_Level_1 }} ## Adding control manually in C# -In order to add [MenuAdv](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Shared.MenuAdv.html) control manually in C#, do the below steps, +In order to add [WPF Menu](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Shared.MenuAdv.html) control manually in C#, do the below steps, 1. Add the below required assembly references to the project, * Syncfusion.Shared.WPF -2. Import MenuAdv namespace **Syncfusion.Windows.Shared**. +2. Import WPF Menu namespace **Syncfusion.Windows.Shared**. {% capture codesnippet2 %} {% highlight C# %} @@ -141,7 +141,7 @@ using Syncfusion.Windows.Shared; {% endcapture %} {{ codesnippet2 | OrderList_Indent_Level_1 }} -3. Create MenuAdv control instance and add it to the page. +3. Create WPF Menu control instance and add it to the page. {% capture codesnippet3 %} {% highlight C# %} @@ -276,14 +276,14 @@ menuAdv.Items.Add(Project); {% endhighlight %} {% endtabs %} -![Icons in WPF MenuAdv](getting-started_images/wpf-menu-icons.png) +![Icons in WPF Menu](getting-started_images/wpf-menu-icons.png) ## Theme -MenuAdv supports various built-in themes. Refer to the below links to apply themes for the MenuAdv, +The WPF Menu supports various built-in themes. Refer to the below links to apply themes for the WPF Menu, * [Apply theme using SfSkinManager](https://help.syncfusion.com/wpf/themes/skin-manager) * [Create a custom theme using ThemeStudio](https://help.syncfusion.com/wpf/themes/theme-studio#creating-custom-theme) - ![Setting theme to WPF MenuAdv](getting-started_images/wpf-menu-theme.png) + ![Setting theme to WPF Menu](getting-started_images/wpf-menu-theme.png) diff --git a/wpf/Menu/Icon-Support.md b/wpf/Menu/Icon-Support.md index a6cbef348..1f224deb7 100644 --- a/wpf/Menu/Icon-Support.md +++ b/wpf/Menu/Icon-Support.md @@ -1,7 +1,7 @@ --- layout: post title: Icon Support in WPF Menu | Syncfusion® -description: Icon support in MenuAdv enables displaying graphical icons alongside menu items for better usability. +description: Icon support in WPF Menu enables displaying graphical icons alongside menu items for better usability. platform: wpf control: MenuAdv documentation: ug @@ -13,7 +13,7 @@ MenuItemAdv allows users to display an image on the left of the control. Icon fo ## Use Case Scenarios -MenuAdv helps users to display an image on the left of the control. +The WPF Menu helps users to display an image on the left of the control. ## Adding the Icon Support to an Application diff --git a/wpf/Menu/InputGestureText-Support.md b/wpf/Menu/InputGestureText-Support.md index e9321f507..c47955234 100644 --- a/wpf/Menu/InputGestureText-Support.md +++ b/wpf/Menu/InputGestureText-Support.md @@ -1,7 +1,7 @@ --- layout: post title: Input Gesture Text Support in WPF Menu | Syncfusion® -description: Input Gesture Text Support in MenuAdv enables showing keyboard shortcut text with menu item headers using InputGestureText or commands. +description: Input Gesture Text Support in WPF Menu enables showing keyboard shortcut text with menu item headers using InputGestureText or commands. platform: wpf control: MenuAdv documentation: ug @@ -13,7 +13,7 @@ InputGestureText is used to set MenuItemAdv to display shortcut keys along with ## Use Case Scenarios -MenuAdv helps users to display the shortcut keys along with the MenuItemAdv header. +The WPF Menu helps users to display the shortcut keys along with the MenuItemAdv header. ## Adding the InputGestureText Support to an Application diff --git a/wpf/Menu/Keyboard-Navigation-Support.md b/wpf/Menu/Keyboard-Navigation-Support.md index 69a2c77ab..0d52ae628 100644 --- a/wpf/Menu/Keyboard-Navigation-Support.md +++ b/wpf/Menu/Keyboard-Navigation-Support.md @@ -1,7 +1,7 @@ --- layout: post title: Keyboard Navigation Support in WPF Menu | Syncfusion® -description: Keyboard Navigation Support in MenuAdv enables accessing and operating menu items using the keyboard. +description: Keyboard Navigation Support in WPF Menu enables accessing and operating menu items using the keyboard. platform: wpf control: MenuAdv documentation: ug @@ -9,7 +9,7 @@ documentation: ug # Keyboard Navigation Support in WPF Menu (MenuAdv) -The MenuAdv control supports keyboard navigation, which allows users to select MenuItemAdv to open and close the submenu. The following keys are used for keyboard navigation: +The WPF Menu control supports keyboard navigation, which allows users to select MenuItemAdv to open and close the submenu. The following keys are used for keyboard navigation: * Arrow keys- The Arrow keys can be used to navigate to items in the submenu and to open the submenu. * Enter key - The Enter key can be used to select an item and to open the submenu. diff --git a/wpf/Menu/MenuItemSeparator-Support.md b/wpf/Menu/MenuItemSeparator-Support.md index e58ae00a8..3f7a9fe74 100644 --- a/wpf/Menu/MenuItemSeparator-Support.md +++ b/wpf/Menu/MenuItemSeparator-Support.md @@ -1,7 +1,7 @@ --- layout: post title: Menu Item Separator Support in WPF Menu | Syncfusion® -description: Menu Item Separator Support in MenuAdv enables visual separation and grouping of related menu items for improved organization. +description: Menu Item Separator Support in WPF Menu enables visual separation and grouping of related menu items for improved organization. platform: wpf control: MenuAdv documentation: ug @@ -13,7 +13,7 @@ MenuItemSeparator is a line, which is used to separate MenuItemAdv’s. MenuItem ## Use Case Scenarios -MenuAdv helps users to separate MenuItemAdv’s by using MenuItemSeparator. In the case of separating the radio button group of items from other items, separator can be used. +The WPF Menu helps users to separate MenuItemAdv’s by using MenuItemSeparator. In the case of separating the radio button group of items from other items, separator can be used. ## Adding the MenuItemSeparator Support to an Application @@ -51,7 +51,7 @@ MenuItemSeparator can be added to an application, as shown in the following code {% endhighlight %} -![MenuItemSeparator support in WPF MenuAdv](MenuItemSeparator-Support_images/MenuItemSeparator-Support_img1.png) +![MenuItemSeparator support in WPF Menu](MenuItemSeparator-Support_images/MenuItemSeparator-Support_img1.png) diff --git a/wpf/Menu/Orientation-Support.md b/wpf/Menu/Orientation-Support.md index 5bff3ae34..4f55ae129 100644 --- a/wpf/Menu/Orientation-Support.md +++ b/wpf/Menu/Orientation-Support.md @@ -1,7 +1,7 @@ --- layout: post title: Orientation Support in WPF Menu | Syncfusion® -description: Orientation Support in MenuAdv enables arranging menu items horizontally or vertically to suit application layout requirements. +description: Orientation Support in WPF Menu enables arranging menu items horizontally or vertically to suit application layout requirements. platform: wpf control: MenuAdv documentation: ug @@ -9,7 +9,7 @@ documentation: ug # Orientation Support in WPF Menu (MenuAdv) -The MenuAdv control can align its content vertically and horizontally by using the Orientation property of the MenuAdv class. +The WPF Menu control can align its content vertically and horizontally by using the Orientation property of the MenuAdv class. When the value of the Orientation property is set to Horizontal, the Items of MenuAdv will be arranged horizontally. @@ -25,11 +25,11 @@ Similarly, when the value of the Orientation property is set to Vertical, the It ## Use Case Scenarios -MenuAdv helps users to set the Menu items in Horizontal or Vertical orientations. +WPF Menu helps users to set the Menu items in Horizontal or Vertical orientations. ## Adding the Orientation Support to an Application -Users can add the Orientation support to MenuAdv used in the application as mentioned in the code snippet below. +Users can add the Orientation support to WPF Menu used in the application as mentioned in the code snippet below. {% highlight xaml %} @@ -72,7 +72,7 @@ Data Type Orientation -Gets or sets the Orientation of MenuAdv. +Gets or sets the Orientation of Menu. DependencyProperty Orientation(Horizontal) @@ -84,15 +84,15 @@ WPF Sample Browser-> Tools -> MenuAdv -> MenuAdv Demo ## Expand Modes Support -Expand Modes in MenuAdv is used to open the submenu of each MenuItemAdv, which is added in MenuAdv by doing click to open the submenu or by doing mouse hover to open the submenu. MenuAdv supports two kinds of Expand Modes, namely ExpandOnClick and ExpandOnMouseOver, which can be obtained by using the ExpandMode property. +Expand Modes in WPF Menu is used to open the submenu of each MenuItemAdv, which is added in Menu by doing click to open the submenu or by doing mouse hover to open the submenu. MenuAdv supports two kinds of Expand Modes, namely ExpandOnClick and ExpandOnMouseOver, which can be obtained by using the ExpandMode property. ### Use Case Scenarios -MenuAdv helps users to use Expand Modes to open the submenu of MenuItemAdv added in MenuAdv. +WPF Menu helps users to use Expand Modes to open the submenu of MenuItemAdv added in Menu. ### Using the Expand Modes Support in an Application -When the ExpandMode property is set to ExpandOnClick, you can open the submenu of each MenuItemAdv, which is added MenuAdv by clicking it. This type of expand mode is used to open menus in Windows operating system. Similarly, when the ExpandMode property is set to ExpandOnMouseOver, you can open the submenu of each MenuItemAdv, which is added in MenuAdv by moving the mouse pointer over it. Therefore, you need not click to open the submenu. You can achieve this functionality by using the ExpandMode property, as shown in the following code snippet. +When the ExpandMode property is set to ExpandOnClick, you can open the submenu of each MenuItemAdv, which is added Menu by clicking it. This type of expand mode is used to open menus in Windows operating system. Similarly, when the ExpandMode property is set to ExpandOnMouseOver, you can open the submenu of each MenuItemAdv, which is added in Menu by moving the mouse pointer over it. Therefore, you need not click to open the submenu. You can achieve this functionality by using the ExpandMode property, as shown in the following code snippet. {% highlight xaml %} @@ -134,7 +134,7 @@ Data Type ExpandMode -Gets or sets the ExpandMode of MenuAdv. +Gets or sets the ExpandMode of Menu. DependencyProperty ExpandModes(ExpandOnClick) diff --git a/wpf/Menu/Overview.md b/wpf/Menu/Overview.md index a7f18e94e..706d98aef 100644 --- a/wpf/Menu/Overview.md +++ b/wpf/Menu/Overview.md @@ -9,9 +9,9 @@ documentation: ug # About Syncfusion® WPF Menu (MenuAdv) Control -A MenuAdv control allows the hierarchal organization of elements that are associated with commands and event handlers. This control contains a collection of MenuItemAdv, which can be expanded to display additional MenuItemAdv’s or to perform a specific action when being clicked. +A WPF Menu control allows the hierarchal organization of elements that are associated with commands and event handlers. This control contains a collection of MenuItemAdv, which can be expanded to display additional MenuItemAdv’s or to perform a specific action when being clicked. -The main features of MenuAdv include: +The main features of WPF Menu include: * Binding and DataTemplate support * Command Binding and Command Target support diff --git a/wpf/Menu/Scroll-Support.md b/wpf/Menu/Scroll-Support.md index 2e4393cfc..b56a3942e 100644 --- a/wpf/Menu/Scroll-Support.md +++ b/wpf/Menu/Scroll-Support.md @@ -1,7 +1,7 @@ --- layout: post title: Scroll Support in WPF Menu | Syncfusion® -description: Scroll Support in MenuAdv enables accessing menu items that extend beyond the available display area. +description: Scroll Support in WPF Menu enables accessing menu items that extend beyond the available display area. platform: wpf control: MenuAdv documentation: ug @@ -9,13 +9,13 @@ documentation: ug # Scroll Support in WPF Menu (MenuAdv) -MenuAdv allows users to scroll through the submenu items so that all the items of the submenu are visible even if the submenu crosses the vertical boundary. The Scroll support can be enabled by setting the IsScrollEnabled property to true. If the IsScrollEnabled property is set to false, users will not be able to scroll through the submenu items and the items that cross the vertical boundary will not be visible. +The WPF Menu allows users to scroll through the submenu items so that all the items of the submenu are visible even if the submenu crosses the vertical boundary. The Scroll support can be enabled by setting the IsScrollEnabled property to true. If the IsScrollEnabled property is set to false, users will not be able to scroll through the submenu items and the items that cross the vertical boundary will not be visible. ![Scroll-Support_img1](Scroll-Support_images/Scroll-Support_img1.png) ## Use Case Scenarios -MenuAdv will be very useful in the case of adding more number of items to the single MenuItemAdv and the size of the submenu crosses the vertical boundary. +The WPF Menu will be very useful in the case of adding more number of items to the single MenuItemAdv and the size of the submenu crosses the vertical boundary. ## Using the Scroll Support in an Application @@ -36,7 +36,7 @@ Data Type IsScrollEnabled -Gets or sets IsScrollEnabled of MenuAdv. +Gets or sets IsScrollEnabled of Menu. DependencyProperty bool(true) diff --git a/wpf/Menu/Styling.md b/wpf/Menu/Styling.md index d125b426e..24b141b67 100644 --- a/wpf/Menu/Styling.md +++ b/wpf/Menu/Styling.md @@ -1,7 +1,7 @@ --- layout: post title: Styling in WPF Menu | Syncfusion® -description: Styling in MenuAdv enables customizing menu and menu item appearance through styles, templates, and visual settings. +description: Styling in WPF Menu enables customizing menu and menu item appearance through styles, templates, and visual settings. platform: wpf control: MenuAdv documentation: ug @@ -11,10 +11,10 @@ documentation: ug ## Theme -MenuAdv supports various built-in themes. Refer to the below links to apply themes for the MenuAdv, +The WPF Menu supports various built-in themes. Refer to the below links to apply themes for the WPF Menu, * [Apply theme using SfSkinManager](https://help.syncfusion.com/wpf/themes/skin-manager) * [Create a custom theme using ThemeStudio](https://help.syncfusion.com/wpf/themes/theme-studio#creating-custom-theme) - ![Setting Theme to WPF MenuAdv](Getting-Started_images/wpf-menu-theme.png) + ![Setting Theme to WPF Menu](Getting-Started_images/wpf-menu-theme.png) diff --git a/wpf/TextInputLayout/Assistive-Labels.md b/wpf/TextInputLayout/Assistive-Labels.md index c999c2a17..bd1d823a2 100644 --- a/wpf/TextInputLayout/Assistive-Labels.md +++ b/wpf/TextInputLayout/Assistive-Labels.md @@ -1,13 +1,13 @@ --- layout: post -title: Assistive Labels in WPF TextInputLayout | Syncfusion® -description: Assistive Labels in SfTextInputLayout provide helper text, error messages, and character counters to guide and validate user input. +title: Assistive Labels in WPF Text Input Layout | Syncfusion® +description: Assistive Labels in WPF Text Input Layout provide helper text, error messages, and character counters to guide and validate user input. platform: wpf control: SfTextInputLayout documentation: ug --- -# Assistive Labels in WPF TextInputLayout (SfTextInputLayout) +# Assistive Labels in WPF Text Input Layout (SfTextInputLayout) Assistive labels provide additional information about the text entered in the control of the input view. diff --git a/wpf/TextInputLayout/Customization.md b/wpf/TextInputLayout/Customization.md index cd23c08ac..074e2fb50 100644 --- a/wpf/TextInputLayout/Customization.md +++ b/wpf/TextInputLayout/Customization.md @@ -1,13 +1,13 @@ --- layout: post -title: Customization in WPF TextInputLayout | Syncfusion® -description: Customization in SfTextInputLayout enables personalizing input layout colors, container appearance, and outline styles for different states. +title: Customization in WPF Text Input Layout | Syncfusion® +description: Customization in WPF Text Input Layout enables personalizing input layout colors, container appearance, and outline styles for different states. platform: wpf control: SfTextInputLayout documentation: ug --- -# Customization in WPF TextInputLayout (SfTextInputLayout) +# Customization in WPF Text Input Layout (SfTextInputLayout) Based on the text input layout state, the colors will be applied to the hint label, base line, border and assistive labels. @@ -41,7 +41,7 @@ inputLayout.InputView = new TextBox() { Text = "John" }; {% endtabs %} -![WPF TextInputLayout Focused color](Images/Focusedcolor.png) +![WPF Text Input Layout Focused color](Images/Focusedcolor.png) N> The current active color of the text input layout can be obtained from the `ActiveForeground` property. @@ -75,7 +75,7 @@ inputLayout.InputView = new TextBox() { Text = "John" }; {% endtabs %} -![WPF TextInputLayout Unfocused color](Images/Unfocusedcolor.png) +![WPF Text Input Layout Unfocused color](Images/Unfocusedcolor.png) ## Error color @@ -108,7 +108,7 @@ inputLayout.InputView = new TextBox() { Text = "John/" }; {% endtabs %} -![WPF TextInputLayout Error color](Images/Errorcolor.png) +![WPF Text Input Layout Error color](Images/Errorcolor.png) ## Container color The color of the container can be customized by setting the `ContainerBackground` property. It is applicable when the `ContainerType` property is set to `Filled` and `Outlined`. @@ -140,7 +140,7 @@ inputLayout.InputView = new Entry() { TextBox = "John" }; {% endtabs %} -![WPF TextInputLayout Container color](Images/Containercolor.png) +![WPF Text Input Layout Container color](Images/Containercolor.png) N> Container color is not applicable for `None' type. @@ -173,7 +173,7 @@ inputLayout.InputView = new TextBox(); {% endtabs %} -![WPF TextInputLayout Outline radius](Images/outlineradius.png) +![WPF Text Input Layout Outline radius](Images/outlineradius.png) >**NOTE** It is only applicable to the `Outlined` type of container. diff --git a/wpf/TextInputLayout/Getting-Started.md b/wpf/TextInputLayout/Getting-Started.md index 30bafaeba..7b1d729f9 100644 --- a/wpf/TextInputLayout/Getting-Started.md +++ b/wpf/TextInputLayout/Getting-Started.md @@ -1,21 +1,21 @@ --- layout: post -title: Getting Started with WPF TextInputLayout | Syncfusion® -description: Learn how to get started with the Syncfusion® WPF TextInputLayout control. Explore setup, features, examples, and customization options. +title: Getting Started with WPF Text Input Layout | Syncfusion® +description: Learn how to get started with the Syncfusion® WPF Text Input Layout control. Explore setup, features, examples, and customization options. platform: wpf control: SfTextInputLayout documentation: ug --- -# Getting Started with WPF TextInputLayout (SfTextInputLayout) +# Getting Started with WPF Text Input Layout (SfTextInputLayout) This section explains the steps needed to configure the control of the text input layout. -## Adding TextInputLayout reference +## Adding WPF Text Input Layout reference -Refer to this [document](https://help.syncfusion.com/wpf/add-syncfusion-controls) to learn how to add Syncfusion controls in Visual Studio projects through various ways. Refer to this [document](https://help.syncfusion.com/wpf/control-dependencies) to learn about the assemblies required for adding TextInputLayout to your project. +Refer to this [document](https://help.syncfusion.com/wpf/add-syncfusion-controls) to learn how to add Syncfusion controls in Visual Studio projects through various ways. Refer to this [document](https://help.syncfusion.com/wpf/control-dependencies) to learn about the assemblies required for adding WPF Text Input Layout to your project. -## Initialize TextInputLayout +## Initialize WPF Text Input Layout Import the namespace of the text input layout as shown in the following code snippet. @@ -35,7 +35,7 @@ using Syncfusion.UI.Xaml.TextInputLayout; {% endtabs %} -You can either use the below schemas or the above mentioned namespace to refer the TextInputLayout control in xaml. +You can either use the below schemas or the above mentioned namespace to refer the WPF Text Input Layout control in xaml. {% tabs %} @@ -100,10 +100,10 @@ Run the project, and check if you get following output to make sure that the pro ## Theme -SfTextInputLayout supports various built-in themes. Refer to the below links to apply themes for the SfTextInputLayout, +The WPF Text Input Layout supports various built-in themes. Refer to the below links to apply themes for the WPF Text Input Layout, * [Apply theme using SfSkinManager](https://help.syncfusion.com/wpf/themes/skin-manager) * [Create a custom theme using ThemeStudio](https://help.syncfusion.com/wpf/themes/theme-studio#creating-custom-theme) - ![Setting theme to WPF TextInputLayout](Images/Theme.png) + ![Setting theme to WPF Text Input Layout](Images/Theme.png) diff --git a/wpf/TextInputLayout/Hint-Position.md b/wpf/TextInputLayout/Hint-Position.md index 6a38f401a..3a1846da1 100644 --- a/wpf/TextInputLayout/Hint-Position.md +++ b/wpf/TextInputLayout/Hint-Position.md @@ -1,13 +1,13 @@ --- layout: post -title: Hint Position in WPF TextInputLayout | Syncfusion® -description: Hint Position in SfTextInputLayout enables controlling how hint labels float, remain visible, or hide based on input focus. +title: Hint Position in WPF Text Input Layout | Syncfusion® +description: Hint Position in WPF Text Input Layout enables controlling how hint labels float, remain visible, or hide based on input focus. platform: wpf control: SfTextInputLayout documentation: ug --- -# Hint Position in WPF TextInputLayout (SfTextInputLayout) +# Hint Position in WPF Text Input Layout (SfTextInputLayout) We can decide how the floating label will display by setting the `HintFloatMode` property. @@ -43,7 +43,7 @@ inputLayout.InputView = new TextBox(); {% endtabs %} -![WPF TextInputLayout Float](Images/Float.png) +![WPF Text Input Layout Float](Images/Float.png) ## AlwaysFloat @@ -75,7 +75,7 @@ inputLayout.InputView = new TextBox(); {% endtabs %} -![WPF TextInputLayout AlwaysFloat](Images/AlwaysFloat.png) +![WPF Text Input Layout AlwaysFloat](Images/AlwaysFloat.png) ## None @@ -108,7 +108,7 @@ inputLayout.InputView = new TextBox(); {% endtabs %} -![WPF TextInputLayout None type](Images/HintLabelHidden.png) +![WPF Text Input Layout None type](Images/HintLabelHidden.png) diff --git a/wpf/TextInputLayout/Overview.md b/wpf/TextInputLayout/Overview.md index 396c7e00f..7624de247 100644 --- a/wpf/TextInputLayout/Overview.md +++ b/wpf/TextInputLayout/Overview.md @@ -1,13 +1,13 @@ --- layout: post -title: About Syncfusion® WPF TextInputLayout Control | Syncfusion® -description: Learn about the introduction of Syncfusion® Essential Studio WPF TextInputLayout (SfTextInputLayout) control and more details. +title: About Syncfusion® WPF Text Input Layout Control | Syncfusion® +description: Learn about the introduction of Syncfusion® Essential Studio WPF Text Input Layout (SfTextInputLayout) control and more details. platform: wpf control: SfTextInputLayout documentation: ug --- -# About Syncfusion® WPF TextInputLayout (SfTextInputLayout) Control +# About Syncfusion® WPF Text Input Layout (SfTextInputLayout) Control The text input layout control for WPF adds decorative elements such as floating labels, icons, and assistive labels on the top of [`TextBox`](https://docs.microsoft.com/en-us/dotnet/api/system.windows.controls.textbox)control. diff --git a/wpf/TextInputLayout/Supported-Input-Views.md b/wpf/TextInputLayout/Supported-Input-Views.md index f68c9870a..d126fbae3 100644 --- a/wpf/TextInputLayout/Supported-Input-Views.md +++ b/wpf/TextInputLayout/Supported-Input-Views.md @@ -1,15 +1,15 @@ --- layout: post -title: Supported Input Views in WPF TextInputLayout | Syncfusion® -description: Supported Input Views in SfTextInputLayout enable hosting controls such as TextBox, PasswordBox, ComboBox, and autocomplete inputs. +title: Supported Input Views in WPF Text Input Layout | Syncfusion® +description: Supported Input Views in WPF Text Input Layout enable hosting controls such as TextBox, PasswordBox, ComboBox, and autocomplete inputs. platform: wpf control: SfTextInputLayout documentation: ug --- -# Supported Input Views in WPF TextInputLayout (SfTextInputLayout) +# Supported Input Views in WPF Text Input Layout (SfTextInputLayout) -Input views can be added to the text input layout control by setting the [InputView](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.TextInputLayout.SfTextInputLayout.html#Syncfusion_UI_Xaml_TextInputLayout_SfTextInputLayout_InputView) property. To reduce the XAML syntax, the [InputView](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.TextInputLayout.SfTextInputLayout.html#Syncfusion_UI_Xaml_TextInputLayout_SfTextInputLayout_InputView) property is applied with the ContentPropertyAttribute. The [SfTextInputLayout](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.TextInputLayout.html) has the following controls as the supported input views. +Input views can be added to the text input layout control by setting the [InputView](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.TextInputLayout.SfTextInputLayout.html#Syncfusion_UI_Xaml_TextInputLayout_SfTextInputLayout_InputView) property. To reduce the XAML syntax, the [InputView](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.TextInputLayout.SfTextInputLayout.html#Syncfusion_UI_Xaml_TextInputLayout_SfTextInputLayout_InputView) property is applied with the ContentPropertyAttribute. The [WPF Text Input Layout](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.TextInputLayout.html) has the following controls as the supported input views. * TextBox @@ -23,7 +23,7 @@ Input views can be added to the text input layout control by setting the [InputV ## TextBox -You can enter the text as an input by adding the [TextBox](https://docs.microsoft.com/en-us/dotnet/desktop/wpf/controls/textbox-overview?view=netframeworkdesktop-4.8) in the [SfTextInputLayout](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.TextInputLayout.html). +You can enter the text as an input by adding the [TextBox](https://docs.microsoft.com/en-us/dotnet/desktop/wpf/controls/textbox-overview?view=netframeworkdesktop-4.8) in the [WPF Text Input Layout](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.TextInputLayout.html). {% tabs %} @@ -51,7 +51,7 @@ You can enter the text as an input by adding the [TextBox](https://docs.microsof ## PasswordBox -You can enter the password characters as an input by adding the [PasswordBox](https://docs.microsoft.com/en-us/dotnet/api/system.windows.controls.passwordbox?view=netcore-3.1) in the [SfTextInputLayout](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.TextInputLayout.html). +You can enter the password characters as an input by adding the [PasswordBox](https://docs.microsoft.com/en-us/dotnet/api/system.windows.controls.passwordbox?view=netcore-3.1) in the [WPF Text Input Layout](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.TextInputLayout.html). {% tabs %} @@ -79,7 +79,7 @@ You can enter the password characters as an input by adding the [PasswordBox](ht ## ComboBox -You can use the [`ComboBox`](https://docs.microsoft.com/en-us/dotnet/desktop/wpf/controls/combobox?view=netframeworkdesktop-4.8) control as an input in the [`SfTextInputLayout`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.TextInputLayout.html). +You can use the [`ComboBox`](https://docs.microsoft.com/en-us/dotnet/desktop/wpf/controls/combobox?view=netframeworkdesktop-4.8) control as an input in the [`WPF Text Input Layout`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.TextInputLayout.html). {% tabs %} @@ -111,7 +111,7 @@ You can use the [`ComboBox`](https://docs.microsoft.com/en-us/dotnet/desktop/wpf ## ComboBoxAdv -You can use the [`ComboBoxAdv`](https://help.syncfusion.com/wpf/combobox/overview) control as an input in the [`SfTextInputLayout`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.TextInputLayout.html). +You can use the [`ComboBoxAdv`](https://help.syncfusion.com/wpf/combobox/overview) control as an input in the [`WPF Text Input Layout`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.TextInputLayout.html). {% tabs %} @@ -143,7 +143,7 @@ You can use the [`ComboBoxAdv`](https://help.syncfusion.com/wpf/combobox/overvie ## Autocomplete (SfTextBoxExt) -You can use the [`SfTextBoxExt`](https://help.syncfusion.com/wpf/autocomplete/overview) control to enter the text as an input in the [`SfTextInputLayout`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.TextInputLayout.html). +You can use the [`SfTextBoxExt`](https://help.syncfusion.com/wpf/autocomplete/overview) control to enter the text as an input in the [`WPF Text Input Layout`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.TextInputLayout.html). {% tabs %} diff --git a/wpf/TextInputLayout/container-type.md b/wpf/TextInputLayout/container-type.md index 6fe250e59..f0d674469 100644 --- a/wpf/TextInputLayout/container-type.md +++ b/wpf/TextInputLayout/container-type.md @@ -1,13 +1,13 @@ --- layout: post -title: Container Type in WPF TextInputLayout | Syncfusion® -description: Container Type in SfTextInputLayout enables configuring outlined, filled, or borderless containers to customize input appearance. +title: Container Type in WPF Text Input Layout | Syncfusion® +description: Container Type in WPF Text Input Layout enables configuring outlined, filled, or borderless containers to customize input appearance. platform: wpf control: SfTextInputLayout documentation: ug --- -# Container Type in WPF TextInputLayout (SfTextInputLayout) +# Container Type in WPF Text Input Layout (SfTextInputLayout) Containers enhance the discoverability of the input view by creating a contrast between the input view and the assistive elements. diff --git a/wpf/TextInputLayout/custom-icons.md b/wpf/TextInputLayout/custom-icons.md index 5a3d37d2c..6d0884417 100644 --- a/wpf/TextInputLayout/custom-icons.md +++ b/wpf/TextInputLayout/custom-icons.md @@ -1,13 +1,13 @@ --- layout: post -title: Custom Icons in WPF TextInputLayout | Syncfusion® -description: Custom Icons in SfTextInputLayout enable adding and positioning leading or trailing icons to enhance input field appearance. +title: Custom Icons in WPF Text Input Layout | Syncfusion® +description: Custom Icons in WPF Text Input Layout enable adding and positioning leading or trailing icons to enhance input field appearance. platform: wpf control: SfTextInputLayout documentation: ug --- -# Custom Icons in WPF TextInputLayout (SfTextInputLayout) +# Custom Icons in WPF Text Input Layout (SfTextInputLayout) Any custom icons can be added to the leading edge or the trailing edge of the input view in the text input layout control. Events and commands linked to custom icons should be handled at the application level. diff --git a/wpf/TextInputLayout/right-to-left.md b/wpf/TextInputLayout/right-to-left.md index 63a0f1952..3a1fc73ad 100644 --- a/wpf/TextInputLayout/right-to-left.md +++ b/wpf/TextInputLayout/right-to-left.md @@ -1,15 +1,15 @@ --- layout: post -title: Right-to-Left in WPF TextInputLayout | Syncfusion® -description: Right-to-Left Support in SfTextInputLayout enables displaying text and input layouts correctly for RTL languages. +title: Right-to-Left in WPF Text Input Layout | Syncfusion® +description: Right-to-Left Support in WPF Text Input Layout enables displaying text and input layouts correctly for RTL languages. platform: wpf control: SfTextInputLayout documentation: ug --- -# Right to Left in WPF TextInputLayout (SfTextInputLayout) +# Right to Left in WPF Text Input Layout (SfTextInputLayout) -The TextInputLayout supports to change the flow of text to the right-to-left direction by setting the `FlowDirection` to `RightToLeft`. +The WPF Text Input Layout supports to change the flow of text to the right-to-left direction by setting the `FlowDirection` to `RightToLeft`. {% tabs %} {% highlight xaml %} @@ -35,5 +35,5 @@ textinputlayout.InputView = new TextBox() { Text = "جانسن"}; {% endhighlight %} {% endtabs %} -![TextInputLayout with right to left](Images/RTL.png) +![WPF Text Input Layout with right to left](Images/RTL.png)