RanorexRanorex Documentation
Feature Property
NamespacesRanorexLocationFeature
Gets or sets an image that should be searched inside an element.
Declaration Syntax
C#Visual BasicVisual C++
public Bitmap Feature { get; set; }
Public Property Feature As Bitmap
public:
property Bitmap^ Feature {
	Bitmap^ get ();
	void set (Bitmap^ value);
}
Remarks
If this property is set (to a value different from null), this location refers to the image found inside an element. That mean, the FixedLocation and ProportionalLocation properties are relative to the location of the image found inside an element.

Assembly: Ranorex.Core (Module: Ranorex.Core) Version: 3.2.3.16825 (3.2.3.16825)