ImageGear .NET v24.12 - Updated
ZoneType Property




ImageGear24.Recognition.Forms Assembly > ImageGear.Recognition.Forms Namespace > ImGearRecZoneGUICustomBtnParam Class : ZoneType Property
Gets or sets zone type.
Syntax
'Declaration
 
Public Property ZoneType As ImGearRecZoneGUIType
'Usage
 
Dim instance As ImGearRecZoneGUICustomBtnParam
Dim value As ImGearRecZoneGUIType
 
instance.ZoneType = value
 
value = instance.ZoneType
public ImGearRecZoneGUIType ZoneType {get; set;}
public: __property ImGearRecZoneGUIType get_ZoneType();
public: __property void set_ZoneType( 
   ImGearRecZoneGUIType value
);
public:
property ImGearRecZoneGUIType ZoneType {
   ImGearRecZoneGUIType get();
   void set (    ImGearRecZoneGUIType value);
}

Property Value

ImGearRecZoneGUIType enumeration value.
See Also

Reference

ImGearRecZoneGUICustomBtnParam Class
ImGearRecZoneGUICustomBtnParam Members