'Declaration <DefaultValueAttribute(RGB24(255,255,255))> <DescriptionAttribute("The searching color.")> Public Property Color As Vintasoft.Imaging.ImageColors.ColorBase
[DefaultValue(RGB24(255,255,255))] [Description("The searching color.")] public Vintasoft.Imaging.ImageColors.ColorBase Color { get; set; }
[DefaultValue(RGB24(255,255,255))] [Description("The searching color.")] public: __property Vintasoft.Imaging.ImageColors.ColorBase* get_Color(); public: __property void set_Color(
Vintasoft.Imaging.ImageColors.ColorBase* value
);
[DefaultValue(RGB24(255,255,255))] [Description("The searching color.")] public:
property Vintasoft.Imaging.ImageColors.ColorBase^ Color { Vintasoft.Imaging.ImageColors.ColorBase^ get(); void set(Vintasoft.Imaging.ImageColors.ColorBase^ value); }
Property Value
Default value is white color of the Rgb24Color type.