ImageGear .NET v24.12 - Updated
BackColor Property (ImGearRecZoneGUICustomBtnParam)




ImageGear24.Recognition.Forms Assembly > ImageGear.Recognition.Forms Namespace > ImGearRecZoneGUICustomBtnParam Class : BackColor Property
Gets or sets botton background color.
Syntax
'Declaration
 
Public Property BackColor As ImGearRGBQuad
'Usage
 
Dim instance As ImGearRecZoneGUICustomBtnParam
Dim value As ImGearRGBQuad
 
instance.BackColor = value
 
value = instance.BackColor
public ImGearRGBQuad BackColor {get; set;}
public: __property ImGearRGBQuad get_BackColor();
public: __property void set_BackColor( 
   ImGearRGBQuad value
);
public:
property ImGearRGBQuad BackColor {
   ImGearRGBQuad get();
   void set (    ImGearRGBQuad value);
}

Property Value

ImageGear.Core.ImGearRGBQuad structure value.
See Also

Reference

ImGearRecZoneGUICustomBtnParam Class
ImGearRecZoneGUICustomBtnParam Members