VintaSoft Imaging .NET SDK 15.1: Документация для .NET разработчика
Vintasoft.Imaging.Wpf.UI.VisualTools.UserInteraction Namespace / WpfInteractionAreaAppearanceManager Class / TextBoxBackColor Property
Синтаксис Требования Смотрите также
В этом разделе
TextBoxBackColor Свойство (WpfInteractionAreaAppearanceManager)
В этом разделе
Возвращает или задает цвет фона текстового поля.
Синтаксис
'Declaration

<DescriptionAttribute("The color of a text box background.")>
<DefaultValueAttribute(null)>
<CategoryAttribute("TextBox")>
Public Property TextBoxBackColor As System.Windows.Media.Color

[Description("The color of a text box background.")]
[DefaultValue(null)]
[Category("TextBox")]
public System.Windows.Media.Color TextBoxBackColor { get; set; }

Property Value

Значение по умолчанию - белый.
Требования

Целевые платформы: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

Смотрите также