ImageGear .NET v24.12 - Updated
MatchFlags Property




ImageGear24.Recognition.Forms Assembly > ImageGear.Recognition.Forms Namespace > ImGearRecZoneGUICustomBtnParam Class : MatchFlags Property
Gets or sets zone matching flags.
Syntax
'Declaration
 
Public Property MatchFlags As ImGearRecZoneGUIMatchingFlags
'Usage
 
Dim instance As ImGearRecZoneGUICustomBtnParam
Dim value As ImGearRecZoneGUIMatchingFlags
 
instance.MatchFlags = value
 
value = instance.MatchFlags
public ImGearRecZoneGUIMatchingFlags MatchFlags {get; set;}
public: __property ImGearRecZoneGUIMatchingFlags get_MatchFlags();
public: __property void set_MatchFlags( 
   ImGearRecZoneGUIMatchingFlags value
);
public:
property ImGearRecZoneGUIMatchingFlags MatchFlags {
   ImGearRecZoneGUIMatchingFlags get();
   void set (    ImGearRecZoneGUIMatchingFlags value);
}

Property Value

ImGearRecZoneGUIMatchingFlags enumeration value.
See Also

Reference

ImGearRecZoneGUICustomBtnParam Class
ImGearRecZoneGUICustomBtnParam Members