diff --git a/wpf/Breadcrumb/Getting-Started.md b/wpf/Breadcrumb/Getting-Started.md index 1006b1bb39..3688492eed 100644 --- a/wpf/Breadcrumb/Getting-Started.md +++ b/wpf/Breadcrumb/Getting-Started.md @@ -151,7 +151,7 @@ this.Content = hierarchyNavigator1; ## Bind data -HierarchyNavigator accepts any business object collection to be bound to its [ItemsSource](https://docs.microsoft.com/en-us/dotnet/api/system.windows.controls.itemscontrol.itemssourceproperty?view=netframework-4.7.2) property. Refer [Data binding](https://help.syncfusion.com/wpf/breadcrumb/populating-data) section for more details. +HierarchyNavigator accepts any business object collection to be bound to its [ItemsSource](https://learn.microsoft.com/en-us/dotnet/api/system.windows.controls.itemscontrol.itemssourceproperty?view=netframework-4.7.2) property. Refer [Data binding](https://help.syncfusion.com/wpf/breadcrumb/populating-data) section for more details. The steps to bind to a Business Object collection are as follows: diff --git a/wpf/Button/MVVM.md b/wpf/Button/MVVM.md index f482898c2d..53d6a8c7f5 100644 --- a/wpf/Button/MVVM.md +++ b/wpf/Button/MVVM.md @@ -2,7 +2,7 @@ layout: post title: MVVM in WPF Button control | Syncfusion description: Learn here all about MVVM support in Syncfusion WPF Button (ButtonAdv) control, its elements and more details. -platform: WPF +platform: wpf control: ButtonAdv documentation: ug --- @@ -11,8 +11,8 @@ documentation: ug The command and command parameter properties allow to execute any action on clicking the button control. -* **Command** - The [Command](https://docs.microsoft.com/en-us/dotnet/api/system.windows.input.icommandsource.command?view=netframework-4.8) property accept all commands derived from interface [ICommand](https://docs.microsoft.com/en-us/dotnet/api/system.windows.input.icommand?view=netframework-4.8). -* **CommandParameter** - The [CommandParameter](https://docs.microsoft.com/en-us/dotnet/api/system.windows.input.icommandsource.commandparameter?view=netframework-4.8) property allows the user to provide additional data required in the command handler in-order to perform any operation. +* **Command** - The [Command](https://learn.microsoft.com/en-us/dotnet/api/system.windows.input.icommandsource.command?view=netframework-4.8) property accept all commands derived from interface [ICommand](https://learn.microsoft.com/en-us/dotnet/api/system.windows.input.icommand?view=netframework-4.8). +* **CommandParameter** - The [CommandParameter](https://learn.microsoft.com/en-us/dotnet/api/system.windows.input.icommandsource.commandparameter?view=netframework-4.8) property allows the user to provide additional data required in the command handler in-order to perform any operation. {% tabs %} {% highlight xaml %} diff --git a/wpf/Card-View/Localization.md b/wpf/Card-View/Localization.md index 7fed642bc1..3cd9059111 100644 --- a/wpf/Card-View/Localization.md +++ b/wpf/Card-View/Localization.md @@ -9,7 +9,7 @@ documentation: ug # Localization in WPF Card View -Localization is the process of translating the application resources into different language for the specific cultures. You can localize the CardView by [adding resource file](https://docs.microsoft.com/en-us/previous-versions/visualstudio/visual-studio-2010/aa992030(v=vs.100)). Application culture can be changed by setting [CurrentUICulture](https://docs.microsoft.com/en-us/dotnet/api/system.globalization.cultureinfo.currentuiculture?view=netframework-4.7.2) after `InitializeComponent` method. +Localization is the process of translating the application resources into different language for the specific cultures. You can localize the CardView by [adding resource file](https://learn.microsoft.com/en-us/previous-versions/visualstudio/visual-studio-2010/aa992030(v=vs.100)). Application culture can be changed by setting [CurrentUICulture](https://learn.microsoft.com/en-us/dotnet/api/system.globalization.cultureinfo.currentuiculture?view=netframework-4.7.2) after `InitializeComponent` method. Below application culture changed to French. @@ -28,7 +28,7 @@ public MainWindow() {% endtabs %} -To localize the CardView based on [CurrentUICulture](https://docs.microsoft.com/en-us/dotnet/api/system.globalization.cultureinfo.currentuiculture?view=netframework-4.7.2) using resource files, follow the below steps. +To localize the CardView based on [CurrentUICulture](https://learn.microsoft.com/en-us/dotnet/api/system.globalization.cultureinfo.currentuiculture?view=netframework-4.7.2) using resource files, follow the below steps. **Step 1:** Create new folder and named as **Resources** in your application. diff --git a/wpf/Charts/CodedUI.md b/wpf/Charts/CodedUI.md index 4fcf4a6a0e..6d4f0a30ef 100644 --- a/wpf/Charts/CodedUI.md +++ b/wpf/Charts/CodedUI.md @@ -40,7 +40,7 @@ Coded UI provides support only in, * Visual Studio Enterprise * Visual Studio Ultimate -For more info about the platforms and configurations refer [here](https://docs.microsoft.com/en-us/previous-versions/visualstudio/visual-studio-2015/test/supported-configurations-and-platforms-for-coded-ui-tests-and-action-recordings?view=vs-2015) +For more info about the platforms and configurations refer [here](https://learn.microsoft.com/en-us/previous-versions/visualstudio/visual-studio-2015/test/supported-configurations-and-platforms-for-coded-ui-tests-and-action-recordings?view=vs-2015) ## Configuration @@ -60,7 +60,7 @@ For Visual Studio 2012: C:\Program Files (x86)\Common Files\Microsoft Shared\VST For Visual Studio 2013: C:\Program Files (x86)\Common Files\Microsoft Shared\VSTT\12.0\UITestExtensionPackages -N> Syncfusion.SfChart.CUITExtension.WPF.dll need to be installed in GAC location. Please refer the MSDN link for_ [GAC](https://docs.microsoft.com/en-us/previous-versions/dotnet/netframework-2.0/ex0ss12c(v=vs.80)) _installation. +N> Syncfusion.SfChart.CUITExtension.WPF.dll need to be installed in GAC location. Please refer the MSDN link for_ [GAC](https://learn.microsoft.com/en-us/previous-versions/dotnet/netframework-2.0/ex0ss12c(v=vs.80)) _installation. ## Getting Started diff --git a/wpf/CheckedListBox/Check-items.md b/wpf/CheckedListBox/Check-items.md index 4ca8a49c40..2c268e9b87 100644 --- a/wpf/CheckedListBox/Check-items.md +++ b/wpf/CheckedListBox/Check-items.md @@ -9,7 +9,7 @@ documentation: ug # Check Items in WPF CheckedListBox (CheckListBox) -In [CheckListBox](https://www.syncfusion.com/wpf-ui-controls/CheckedListBox), items present in the control can be checked or unchecked either by using any one of the following ways: +In [CheckListBox](https://www.syncfusion.com/wpf-controls/checkedlistbox), items present in the control can be checked or unchecked either by using any one of the following ways: 1. Using Collection 2. Using Property @@ -348,7 +348,7 @@ private void CheckListBox_ItemChecked(object sender, ItemCheckedEventArgs e) ## Selection changed notification -When the selected item is changed, it will be notified by using the [SelectionChanged](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Tools.Controls.CheckListBox.html) event.The [SelectionChangedEventArgs](https://docs.microsoft.com/en-us/dotnet/api/system.windows.controls.selectionchangedeventargs?redirectedfrom=MSDN&view=netframework-4.8) has the following members that provides information for the `SelectionChanged` event: +When the selected item is changed, it will be notified by using the [SelectionChanged](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Tools.Controls.CheckListBox.html) event.The [SelectionChangedEventArgs](https://learn.microsoft.com/en-us/dotnet/api/system.windows.controls.selectionchangedeventargs?redirectedfrom=MSDN&view=netframework-4.8) has the following members that provides information for the `SelectionChanged` event: * **Added items** : Gets a collection of the underlying data objects in which the selection has to be processed. diff --git a/wpf/CheckedListBox/Data-Binding.md b/wpf/CheckedListBox/Data-Binding.md index 844151966d..d009c89a37 100644 --- a/wpf/CheckedListBox/Data-Binding.md +++ b/wpf/CheckedListBox/Data-Binding.md @@ -9,7 +9,7 @@ documentation: ug # Data Binding in WPF CheckListBox control -The control can be populated using [ItemsSource](https://docs.microsoft.com/en-us/dotnet/api/system.windows.controls.itemscontrol.itemssource?view=netframework-4.7.2) property and [DisplayMemberPath](https://docs.microsoft.com/en-us/dotnet/api/system.windows.controls.itemscontrol.displaymemberpath?view=netframework-4.7.2#System_Windows_Controls_ItemsControl_DisplayMemberPath) property used to display the items and IsSelected property used to handle the selection in the CheckListBox. The below code snippet will be used to bind the ItemsSource to the CheckListBox. +The control can be populated using [ItemsSource](https://learn.microsoft.com/en-us/dotnet/api/system.windows.controls.itemscontrol.itemssource?view=netframework-4.7.2) property and [DisplayMemberPath](https://learn.microsoft.com/en-us/dotnet/api/system.windows.controls.itemscontrol.displaymemberpath?view=netframework-4.7.2#System_Windows_Controls_ItemsControl_DisplayMemberPath) property used to display the items and IsSelected property used to handle the selection in the CheckListBox. The below code snippet will be used to bind the ItemsSource to the CheckListBox. {% tabs %} {%highlight xaml%} diff --git a/wpf/CheckedListBox/Layout-Related-Features.md b/wpf/CheckedListBox/Layout-Related-Features.md index f8d8e00e08..b661563a9e 100644 --- a/wpf/CheckedListBox/Layout-Related-Features.md +++ b/wpf/CheckedListBox/Layout-Related-Features.md @@ -50,7 +50,7 @@ CheckBoxAlignment = "Right" ## Flow direction -The flow direction for the CheckListBox control is set through the [FlowDirection](https://docs.microsoft.com/en-us/dotnet/api/system.windows.frameworkelement.flowdirection?view=netframework-4.7.2) property. +The flow direction for the CheckListBox control is set through the [FlowDirection](https://learn.microsoft.com/en-us/dotnet/api/system.windows.frameworkelement.flowdirection?view=netframework-4.7.2) property. To set the FlowDirection to RightToLeft, use the below code: diff --git a/wpf/CheckedListBox/Overview.md b/wpf/CheckedListBox/Overview.md index 9b37952fe3..b105532785 100644 --- a/wpf/CheckedListBox/Overview.md +++ b/wpf/CheckedListBox/Overview.md @@ -9,7 +9,7 @@ documentation: ug # WPF CheckedListBox (CheckListBox) Overview -The [CheckListBox](https://www.syncfusion.com/wpf-ui-controls/CheckedListBox) control implements a classic list box with check list box items. The control displays items with a check box to enable multiple selection of items. Custom templates are defined to customize its appearance. +The [CheckListBox](https://www.syncfusion.com/wpf-controls/checkedlistbox) control implements a classic list box with check list box items. The control displays items with a check box to enable multiple selection of items. Custom templates are defined to customize its appearance. ![CheckListBox Control](Getting-Started_images/Control_Structure.png) diff --git a/wpf/CheckedListBox/Sorting.md b/wpf/CheckedListBox/Sorting.md index 4ec364af61..ef020fef9b 100644 --- a/wpf/CheckedListBox/Sorting.md +++ b/wpf/CheckedListBox/Sorting.md @@ -9,7 +9,7 @@ documentation: ug # Sorting Items in WPF CheckedListBox (CheckListBox) - By default, the [CheckListBox](https://www.syncfusion.com/wpf-ui-controls/CheckedListBox) are arranged based on the order they added in to the `Items` collection. We can sort the `CheckListBox` items by adding the sorting direction to the `CollectionView.SortDescriptions` collection. The `CheckListBox` items can be sorted either in ascending or descending order based on the user’s perspective. + By default, the [CheckListBox](https://www.syncfusion.com/wpf-controls/checkedlistbox) are arranged based on the order they added in to the `Items` collection. We can sort the `CheckListBox` items by adding the sorting direction to the `CollectionView.SortDescriptions` collection. The `CheckListBox` items can be sorted either in ascending or descending order based on the user’s perspective. {% tabs %} {% highlight C# %} diff --git a/wpf/Diagram/Annotation/Events.md b/wpf/Diagram/Annotation/Events.md index a244766ba3..b25a47b635 100644 --- a/wpf/Diagram/Annotation/Events.md +++ b/wpf/Diagram/Annotation/Events.md @@ -44,8 +44,8 @@ private void Diagram_AnnotationChanged(object sender, ChangeEventArgsN By default, port will be visible while dragging the connector thumb hover the diagram element where port presents within the diagram element. For more information , refer to the [PortVisibility](https://help.syncfusion.com/wpf/diagram/port#portvisibility) +N> By default, port will be visible while dragging the connector thumb hover the diagram element where port presents within the diagram element. For more information , refer to the [PortVisibility](https://help.syncfusion.com/wpf/diagram/port#portvisibility) ### NodeOffset The `NodeOffsetX` and `NodeOffsetY` properties of port is used to position the port based on fractions. 0 represents Node’s top/left corner, 1 represents Node’s bottom/right corner, and 0.5 represents Node’s center point. Default value is (0.5, 0.5). @@ -356,7 +356,7 @@ The appearance of `DockPort` such as stroke and stroke thickness can be customiz ![WPF Diagram Port Geometry Style](Port_images/wpf-diagram-port-geometry-style.PNG) ->N To visualize the DockPort, it is must to specify the SourcePoint , TargetPoint, and ConnectorGeometryStyle properties. +N> To visualize the DockPort, it is must to specify the SourcePoint , TargetPoint, and ConnectorGeometryStyle properties. ## Padding @@ -419,11 +419,11 @@ The visibility of ports depends on the properties of `MouseOver`, `Default`, `Co | Property | Definition | |---|---| -| MouseOver | Port is visible when mousehover the DiagramElement. | -| Default | Port is visible while dragging the connector thumb hover the DiagramElement where port presents within the DiagramElement. | +| MouseOver | Port is visible when mouse hover over the DiagramElement. | +| Default | Port is visible while dragging the connector thumb over the DiagramElement where port is present within the DiagramElement. | | Collapse | Port is not visible for the DiagramElement. | -| MouseOverOnConnect | Port is visible while dragging the connector thumb hover the DiagramElement where port presents within the DiagramElement. | -| ValidConnection |Specifies to visible the port when mousehover the DiagramElement and enable the PortConstraints as InConnect and Outconnect. | +| MouseOverOnConnect | Port is visible while dragging the connector thumb over the DiagramElement where a port is present within the DiagramElement. | +| ValidConnection |Specifies to make the port visible when hovering over the DiagramElement and enable the PortConstraints as InConnect and OutConnect.| | Visible | Port is always visible for the DiagramElement. | To learn more about PortVisibility, refer to [PortVisibility](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Diagram.PortVisibility.html). @@ -470,7 +470,7 @@ For more information , refer to [ConnectionDirection](https://help.syncfusion.co * The [`PortVisibility`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Diagram.DockPortViewModel.html#Syncfusion_UI_Xaml_Diagram_DockPortViewModel_PortVisibility) property allows you to define, when the port should be visible. ->N For DockPort customization, refer to [Geometry Style](https://help.syncfusion.com/wpf/diagram/port#geometry-style) +N> For DockPort customization, refer to [Geometry Style](https://help.syncfusion.com/wpf/diagram/port#geometry-style) {% tabs %} {% highlight xaml %} @@ -518,11 +518,11 @@ NodePortViewModel port = new NodePortViewModel() The `PortChangedEvent` will get invoked when you drag the port. -* NodePort: The `PortChangedEvent` will notify the `OffsetX`and `OffsetY` changes with their `OldValue` and `NewValue`. +* **NodePort:** The `PortChangedEvent` will notify the `OffsetX`and `OffsetY` changes with their `OldValue` and `NewValue`. -* ConnectorPort: The `PortChangedEvent` will notify the `Length` changes with their `OldValue` and `NewValue`. +* **ConnectorPort:** The `PortChangedEvent` will notify the `Length` changes with their `OldValue` and `NewValue`. -* DockPort: The `PortChangedEvent` will notify the `SourcePoint`and `TargetPoint` changes with their `OldValue` and `NewValue`. +* **DockPort:** The `PortChangedEvent` will notify the `SourcePoint`and `TargetPoint` changes with their `OldValue` and `NewValue`. To explore about arguments, refer to [`PortChangedEvent`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Diagram.PortChangedEventArgs.html) diff --git a/wpf/Diagram/Port/PortHoverEffect.md b/wpf/Diagram/Port/PortHoverEffect.md index 7aea8f4779..82b8878d9b 100644 --- a/wpf/Diagram/Port/PortHoverEffect.md +++ b/wpf/Diagram/Port/PortHoverEffect.md @@ -9,11 +9,11 @@ documentation: ug # Port hovering animation effect in WPF Diagram (SfDiagram) -When establishing a new connection or modifying the start/end points of existing connector over port, an animation will be shown while hovering on port. This animation is used to indicate that the user is moved hover the tiny port which helps to start/end the connection to the ports. The [`PortHoverEffect`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Diagram.DiagramViewModel.html#Syncfusion_UI_Xaml_Diagram_DiagramViewModel_PortHoverEffect) property of [SfDiagram](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Diagram.DiagramViewModel.html#Syncfusion_UI_Xaml_Diagram) class allows you to specify the any one of the following animation effect. The default effect is `Ripple`. +When establishing a new connection or modifying the start/end points of existing connector over port, an animation will be shown while hovering on port. This animation is used to indicate that the user is hovering over the tiny port, which helps to start/end the connection to the ports. The [PortHoverEffect](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Diagram.DiagramViewModel.html#Syncfusion_UI_Xaml_Diagram_DiagramViewModel_PortHoverEffect) property of [SfDiagram](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Diagram.DiagramViewModel.html#Syncfusion_UI_Xaml_Diagram) class allows you to specify the any one of the following animation effect. The default effect is `Ripple`. -* Ripple: Specifies the water ripple circles type animation effect for connection. -* Shrink: Specifies the plus symbol type animation effect for connection. -* None: Specifies no connection animation effect. +* **Ripple:** Specifies the water ripple circles type animation effect for connection. +* **Shrink:** Specifies the plus symbol type animation effect for connection. +* **None:** Specifies no connection animation effect. {% tabs %} {% highlight xaml %} @@ -34,4 +34,4 @@ diagram.PortHoverEffect = PortHoverEffect.Ripple; | Ripple |![Ripple aimation](Port_images/RippleAnimation.gif) | | Shrink |![shrink diagram](Port_images/ShrinkAnimation.gif) | | FilledRipple |![Filled Ripple](Port_images/FilledRippleAnimation.gif) | -| None |Connection animation effect does not appeared. | +| None | Connection animation effect does not appear. | diff --git a/wpf/Diagram/Swimlane/Lane/Interaction.md b/wpf/Diagram/Swimlane/Lane/Interaction.md index d11829f4b9..cf8450d1e4 100644 --- a/wpf/Diagram/Swimlane/Lane/Interaction.md +++ b/wpf/Diagram/Swimlane/Lane/Interaction.md @@ -23,16 +23,18 @@ A Lane can be selected by clicking (tap) the header of the lane. * Once you can resize the lane, the swimlane will be resized automatically. * The lane can be resized either resizing the selector or the tight bounds of the child object. If the child node move to edge of the lane it can be automatically resized. * The `SwimlaneChildChangedEvent` will notify the [`UnitHeight`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Diagram.SwimlaneChildViewModel.html#Syncfusion_UI_Xaml_Diagram_SwimlaneChildViewModel_UnitHeight) and [`UnitWidth`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Diagram.SwimlaneChildViewModel.html#Syncfusion_UI_Xaml_Diagram_SwimlaneChildViewModel_UnitWidth) changes with their old and new values. Along with that, this event will give information about interaction state. To explore about arguments, refer to the [SwimlaneChildChangedEvent](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Diagram.IGraphInfo.html) -The following image shows how resize the lane. + +The following image shows how to resize the lane. ![Lane Resizing](../Swimlane-images/Lane_Resize.gif) ## Lane swapping * Lanes can be swapped by dragging the lanes over another lane. -* Helper should intimate the insertion point while lane swapping. -The following image shows how swapping the lane. * The `SwimlaneChildChangedEvent` will notify the [`RowIndex`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Diagram.SwimlaneChildChangedEventArgs.html#Syncfusion_UI_Xaml_Diagram_SwimlaneChildChangedEventArgs_RowIndex) and [`ColumnIndex`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Diagram.SwimlaneChildChangedEventArgs.html#Syncfusion_UI_Xaml_Diagram_SwimlaneChildChangedEventArgs_ColumnIndex) changes with their old and new values. Along with that, this event will give information about interaction state. To explore about arguments, refer to the [SwimlaneChildChangedEvent](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Diagram.IGraphInfo.html) +* Helper should intimate the insertion point while lane swapping. + +The following image shows how to swap the lane. ![Lane Swapping](../Swimlane-images/Lane_Swapping.gif) @@ -44,7 +46,8 @@ The following image shows how swapping the lane. * Drag and drop the child nodes from lane to diagram. * Drag and drop the child nodes from diagram to lane. * Based on the child node interactions,the lane size should be updated. -The following image show children interaction in lane. + +The following image shows interaction with the lane's children. ![Lane Children Interaction](../Swimlane-images/Child_Interaction.gif) diff --git a/wpf/Diagram/Swimlane/Lane/Lane.md b/wpf/Diagram/Swimlane/Lane/Lane.md index 11df35ea9c..3eccd37d9f 100644 --- a/wpf/Diagram/Swimlane/Lane/Lane.md +++ b/wpf/Diagram/Swimlane/Lane/Lane.md @@ -209,11 +209,19 @@ N> Default RotateAngle value of LaneHeader's Annotation is 270 degrees. If you w {% tabs %} {% highlight xaml %} - - - + + + + + + {% endhighlight %} {% highlight c# %} diff --git a/wpf/Diagram/Swimlane/Phase.md b/wpf/Diagram/Swimlane/Phase.md index f1bf6482e8..cdc3db4071 100644 --- a/wpf/Diagram/Swimlane/Phase.md +++ b/wpf/Diagram/Swimlane/Phase.md @@ -13,9 +13,9 @@ The [Phase](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Diagram.PhaseV ## Create an empty Phase -You can create the [Phase](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Diagram.PhaseViewModel.html) and add into the[Phases](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Diagram.SwimlaneViewModel.html#Syncfusion_UI_Xaml_Diagram_SwimlaneViewModel_Phases) collection of the Swimlane. +You can create the [Phase](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Diagram.PhaseViewModel.html) and add into the [Phases](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Diagram.SwimlaneViewModel.html#Syncfusion_UI_Xaml_Diagram_SwimlaneViewModel_Phases) collection of the Swimlane. -N> For Horizontal Swimlane, you must set the UnitWidth of the Phase. For Vertical Swimlane, you must set UnitHeight of the Phase. +N> For Horizontal Swimlane, you must set the `UnitWidth` of the Phase. For Vertical Swimlane, you must set `UnitHeight` of the Phase. The following code example explains how to add phase at swimlane. diff --git a/wpf/Diagram/Swimlane/Swimlane-Palette.md b/wpf/Diagram/Swimlane/Swimlane-Palette.md index be215a2a17..ff7d6033c1 100644 --- a/wpf/Diagram/Swimlane/Swimlane-Palette.md +++ b/wpf/Diagram/Swimlane/Swimlane-Palette.md @@ -19,26 +19,28 @@ Diagram elements such as [Lane](https://help.syncfusion.com/cr/wpf/Syncfusion.UI {% tabs %} {% highlight xaml %} - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - + + {% endhighlight %} {% endtabs %} diff --git a/wpf/Diagram/Swimlane/Swimlane.md b/wpf/Diagram/Swimlane/Swimlane.md index 65896716b2..541bba07b5 100644 --- a/wpf/Diagram/Swimlane/Swimlane.md +++ b/wpf/Diagram/Swimlane/Swimlane.md @@ -70,7 +70,7 @@ Now, the swimlane will be as follows. The Swimlane Header was the primary element for swimlanes. The [`Header`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Diagram.SwimlaneViewModel.html#Syncfusion_UI_Xaml_Diagram_SwimlaneViewModel_Header) property of swimlane allows you to define its textual description and to customize its appearance. ->Note: By using this header,the swimlane interaction will be performed,like selection, dragging,and more. +N> By using this header,the swimlane interaction will be performed,like selection, dragging,and more. The following code example explains how to define the swimlane header. @@ -251,7 +251,7 @@ The following image shows how to edit the swimlane header. The orientation of swimlane can be customized with the [`Orientation`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Diagram.SwimlaneViewModel.html#Syncfusion_UI_Xaml_Diagram_SwimlaneViewModel_Orientation) property of the header. ->Note: By default the swimlane orientation has Horizontal. +N> By default the swimlane orientation has Horizontal. The following code example explains how to set the orientation of the swimlane. diff --git a/wpf/Double-TextBox/Appearance-and-Styling.md b/wpf/Double-TextBox/Appearance-and-Styling.md index f64bc25749..f3391a58f5 100644 --- a/wpf/Double-TextBox/Appearance-and-Styling.md +++ b/wpf/Double-TextBox/Appearance-and-Styling.md @@ -13,7 +13,7 @@ This section deals with the appearance of `DoubleTextBox` control and contains t ## Setting the Foreground -The [DoubleTextBox](https://www.syncfusion.com/wpf-ui-controls/double-textbox) control [Foreground](https://learn.microsoft.com/en-us/dotnet/api/system.windows.controls.control.foreground?view=netframework-4.8) can be modified based on the value of the control. The following are the foreground for `DoubleTextBox` control. +The [DoubleTextBox](https://www.syncfusion.com/wpf-controls/double-textbox) control [Foreground](https://learn.microsoft.com/en-us/dotnet/api/system.windows.controls.control.foreground?view=netframework-4.8) can be modified based on the value of the control. The following are the foreground for `DoubleTextBox` control. ### Foreground for Positive Value diff --git a/wpf/Double-TextBox/Getting-Started.md b/wpf/Double-TextBox/Getting-Started.md index 4bd6afcc2c..af45935f69 100644 --- a/wpf/Double-TextBox/Getting-Started.md +++ b/wpf/Double-TextBox/Getting-Started.md @@ -2,7 +2,7 @@ layout: post title: Getting Started with WPF Double TextBox control | Syncfusion description: Learn here about getting started with Syncfusion WPF Double TextBox control, its elements and more details. -platform: WPF +platform: wpf control: DoubleTextBox documentation: ug --- @@ -21,7 +21,7 @@ You can find more details about installing the NuGet package in a WPF applicatio ## Adding WPF DoubleTextBox via designer -You can add the [DoubleTextBox](https://www.syncfusion.com/wpf-ui-controls/double-textbox) control to an application by dragging it from the toolbox to a view of the designer. The following dependent assembly will be added automatically: +You can add the [DoubleTextBox](https://www.syncfusion.com/wpf-controls/double-textbox) control to an application by dragging it from the toolbox to a view of the designer. The following dependent assembly will be added automatically: * Syncfusion.Shared.WPF