ImageGear .NET v24.12 - Updated
ZnModel Property




ImageGear24.Recognition.Forms Assembly > ImageGear.Recognition.Forms Namespace > ImGearRecZoneGUICustomBtnParam Class : ZnModel Property
Gets or sets zone model.
Syntax
'Declaration
 
Public Property ZnModel As ImGearRecZone
'Usage
 
Dim instance As ImGearRecZoneGUICustomBtnParam
Dim value As ImGearRecZone
 
instance.ZnModel = value
 
value = instance.ZnModel
public ImGearRecZone ZnModel {get; set;}
public: __property ImGearRecZone* get_ZnModel();
public: __property void set_ZnModel( 
   ImGearRecZone* value
);
public:
property ImGearRecZone^ ZnModel {
   ImGearRecZone^ get();
   void set (    ImGearRecZone^ value);
}

Property Value

ImageGear.Recognition.ImGearRecZone class object.
See Also

Reference

ImGearRecZoneGUICustomBtnParam Class
ImGearRecZoneGUICustomBtnParam Members