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




ImageGear24.Recognition.Forms Assembly > ImageGear.Recognition.Forms Namespace > ImGearRecZoneGUICustomBtnParam Class : Opacity Property
Gets or sets opacity value.
Syntax
'Declaration
 
Public Property Opacity As Integer
'Usage
 
Dim instance As ImGearRecZoneGUICustomBtnParam
Dim value As Integer
 
instance.Opacity = value
 
value = instance.Opacity
public int Opacity {get; set;}
public: __property int get_Opacity();
public: __property void set_Opacity( 
   int value
);
public:
property int Opacity {
   int get();
   void set (    int value);
}

Property Value

Integer value.
See Also

Reference

ImGearRecZoneGUICustomBtnParam Class
ImGearRecZoneGUICustomBtnParam Members