ComponentOne Basic Library for WPF and Silverlight
Anchor Enumeration


C1.Silverlight Namespace : Anchor Enumeration
Specifies an anchor point in a visual element.
Syntax
'Declaration
 
Public Enum Anchor 
   Inherits System.Enum
'Usage
 
Dim instance As Anchor
public enum Anchor : System.Enum 
Members
MemberDescription
BottomLeftThe bottom left corner of the visual element.
BottomRightThe bottom right corner of the visual element.
CenterThe center of the visual element.
TopLeftThe top left corner of the visual element.
TopRightThe top right corner of the visual element.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Silverlight.Anchor

See Also

Reference

C1.Silverlight Namespace