ComponentOne FlexGrid for UWP
C1.UWP Assembly / C1.Xaml Namespace / Anchor Enumeration

In This Topic
    Anchor Enumeration
    In This Topic
    Specifies an anchor point in a visual element.
    Syntax
    'Declaration
     
    
    Public Enum Anchor 
       Inherits System.Enum
    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.Xaml.Anchor

    See Also