RanorexNetRanorexNet Documentation
Anchor Property
NamespacesRanorexControlAnchor
Gets or sets the edges of the container to which a control is bound and determines how a control is resized with its parent.
Declaration Syntax
C#Visual BasicVisual C++
public AnchorStyles Anchor { get; set; }
Public Property Anchor As AnchorStyles
public:
property AnchorStyles Anchor {
	AnchorStyles get ();
	void set (AnchorStyles value);
}
Remarks
Supported only in RanorexPro and .NET 2.0.
Exceptions
ExceptionCondition
NotSupportedExceptionThrown when the property is not available.

Assembly: RanorexNet (Module: RanorexNet) Version: 1.5.1.4524