'Declaration <DescriptionAttribute("The color which should be used for filling the rectangles.")> <DefaultValueAttribute(RGB24(0,0,0))> Public Property Color As Vintasoft.Imaging.ImageColors.ColorBase
[Description("The color which should be used for filling the rectangles.")] [DefaultValue(RGB24(0,0,0))] public Vintasoft.Imaging.ImageColors.ColorBase Color { get; set; }
[Description("The color which should be used for filling the rectangles.")] [DefaultValue(RGB24(0,0,0))] public: __property Vintasoft.Imaging.ImageColors.ColorBase* get_Color(); public: __property void set_Color(
Vintasoft.Imaging.ImageColors.ColorBase* value
);
[Description("The color which should be used for filling the rectangles.")] [DefaultValue(RGB24(0,0,0))] public:
property Vintasoft.Imaging.ImageColors.ColorBase^ Color { Vintasoft.Imaging.ImageColors.ColorBase^ get(); void set(Vintasoft.Imaging.ImageColors.ColorBase^ value); }