Specifies an anchor point in a visual element.
Namespace:
C1.SilverlightAssembly: C1.Silverlight (in C1.Silverlight.dll)
Syntax
C# |
---|
public enum Anchor |
Visual Basic |
---|
Public Enumeration Anchor |
Members
Member name | Value | Description | |
---|---|---|---|
TopLeft | 0 | The top left corner of the visual element. | |
TopRight | 1 | The top right corner of the visual element. | |
BottomLeft | 2 | The bottom left corner of the visual element. | |
BottomRight | 3 | The bottom right corner of the visual element. | |
Center | 4 | The center of the visual element. |