Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion wpf/Double-TextBox/Appearance-and-Styling.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions wpf/Double-TextBox/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---
Expand All @@ -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

Expand Down