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