RanorexRanorex Documentation
FixedLocation Property
NamespacesRanorexLocationFixedLocation
Gets the relative pixel location if IsFixed is true. Throws an exception if the location is proportional.
Declaration Syntax
C#Visual BasicVisual C++
public Point FixedLocation { get; }
Public ReadOnly Property FixedLocation As Point
public:
property Point FixedLocation {
	Point get ();
}
Value
The fixed location.
Exceptions
ExceptionCondition
InvalidOperationExceptionIf the location is not fixed.

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