'Declaration <DefaultValueAttribute(System.Drawing.Color, "255, 0, 0, 0")> <DescriptionAttribute("A color for filling of inverted text.")> Public Property TextColor As System.Drawing.Color
[DefaultValue(System.Drawing.Color, "255, 0, 0, 0")] [Description("A color for filling of inverted text.")] public System.Drawing.Color TextColor { get; set; }
[DefaultValue(System.Drawing.Color, "255, 0, 0, 0")] [Description("A color for filling of inverted text.")] public: __property System.Drawing.Color* get_TextColor(); public: __property void set_TextColor(
System.Drawing.Color* value
);
[DefaultValue(System.Drawing.Color, "255, 0, 0, 0")] [Description("A color for filling of inverted text.")] public:
property System.Drawing.Color^ TextColor { System.Drawing.Color^ get(); void set(System.Drawing.Color^ value); }
Property Value
Значение по умолчанию: System.Drawing.Color.Black.