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