'Declaration <DefaultValueAttribute(null)> <DescriptionAttribute("The color of a text box background.")> <CategoryAttribute("TextBox")> Public Property TextBoxBackColor As System.Windows.Media.Color
[DefaultValue(null)] [Description("The color of a text box background.")] [Category("TextBox")] public System.Windows.Media.Color TextBoxBackColor { get; set; }
[DefaultValue(null)] [Description("The color of a text box background.")] [Category("TextBox")] public: __property System.Windows.Media.Color* get_TextBoxBackColor(); public: __property void set_TextBoxBackColor(
System.Windows.Media.Color* value
);
[DefaultValue(null)] [Description("The color of a text box background.")] [Category("TextBox")] public:
property System.Windows.Media.Color^ TextBoxBackColor { System.Windows.Media.Color^ get(); void set(System.Windows.Media.Color^ value); }
Property Value
Значение по умолчанию - белый.