'Declaration <DefaultValueAttribute(System.Drawing.Color, "255, 0, 0, 0")> <DescriptionAttribute("The text brush color.")> Public Overridable Property TextColor As System.Drawing.Color
[DefaultValue(System.Drawing.Color, "255, 0, 0, 0")] [Description("The text brush color.")] public virtual System.Drawing.Color TextColor { get; set; }
[DefaultValue(System.Drawing.Color, "255, 0, 0, 0")] [Description("The text brush color.")] public: __property virtual System.Drawing.Color* get_TextColor(); public: __property virtual void set_TextColor(
System.Drawing.Color* value
);
[DefaultValue(System.Drawing.Color, "255, 0, 0, 0")] [Description("The text brush color.")] public:
virtual property System.Drawing.Color^ TextColor { System.Drawing.Color^ get(); void set(System.Drawing.Color^ value); }
Property Value
Значение по умолчанию - Цвет.Черный.