NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Splitter.Anchor

The current value of the anchor property. The anchor property determines which edges of the control are anchored to the container's edges.

[Visual Basic]
Overridable Public Property Anchor As AnchorStyles
[C#]
public AnchorStyles Anchor {override get; override set;}
[C++]
public: __property virtual AnchorStyles get_Anchor();
public: __property virtual void set_Anchor(AnchorStyles);
[JScript]
public function get Anchor() : AnchorStyles;
public function set Anchor(AnchorStyles);

See Also

Splitter Class | Splitter Members | System.WinForms Namespace | AnchorStyles