'Declaration <DescriptionAttribute("New color.")> <DefaultValueAttribute(System.Drawing.Color, "255, 0, 0, 0")> Public Property NewColor As System.Drawing.Color
[Description("New color.")] [DefaultValue(System.Drawing.Color, "255, 0, 0, 0")] public System.Drawing.Color NewColor { get; set; }
[Description("New color.")] [DefaultValue(System.Drawing.Color, "255, 0, 0, 0")] public: __property System.Drawing.Color* get_NewColor(); public: __property void set_NewColor(
System.Drawing.Color* value
);
[Description("New color.")] [DefaultValue(System.Drawing.Color, "255, 0, 0, 0")] public:
property System.Drawing.Color^ NewColor { System.Drawing.Color^ get(); void set(System.Drawing.Color^ value); }
Property Value
Значение по умолчанию - черный.