Control..::..Anchor Property

Gets/Sets the anchoring behavior

Namespace:  Squid
Assembly:  Squid.Core (in Squid.Core.dll)

Syntax


public AnchorStyles Anchor { get; set; }
Public Property Anchor As AnchorStyles
	Get
	Set
public:
property AnchorStyles^ Anchor {
	AnchorStyles^ get ();
	void set (AnchorStyles^ value);
}