OpenXUP API

SComponent.anchor Property

Specifies the edges of the container to which the component is bound and how the component is resized with its parent.

This property is mutually exclusive with the dock property.

[Visual Basic]
Overridable Public Property anchor As SAnchorStyle
[C#]
public virtual layout.SAnchorStyle anchor {get; set;}

Property Value

An instance of SAnchorStyle specifying the edges of the container to which the component is bound.

Remarks

This member can be used by client-side scripts.

This member tracks UI changes.

See Also

SComponent Class | org.openxup.ui.sul Namespace