Specifies an anchor point in a visual element.

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.dll)

Syntax

C#
public enum Anchor
Visual Basic
Public Enumeration Anchor

Members

Member nameValueDescription
TopLeft0 The top left corner of the visual element.
TopRight1 The top right corner of the visual element.
BottomLeft2 The bottom left corner of the visual element.
BottomRight3 The bottom right corner of the visual element.
Center4 The center of the visual element.

See Also