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