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