Gets/Sets the anchoring behavior
Namespace:
Squid
Assembly:
Squid.Core (in Squid.Core.dll)
public AnchorStyles Anchor { get; set; }Public Property Anchor As AnchorStyles
Get
Set
public:
property AnchorStyles^ Anchor {
AnchorStyles^ get ();
void set (AnchorStyles^ value);
}