VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging Namespace / AnchorType Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    AnchorType Enumeration
    In This Topic
    Specifies available types of element anchor to the edges of its parent.
    Syntax
    'Declaration
    
    <FlagsAttribute()>
    Public Enum AnchorType
       Inherits System.Enum
    
    
    [Flags()]
    public enum AnchorType : System.Enum
    
    
    [Flags()]
    __value public enum AnchorType : public System.Enum
    
    
    [Flags()]
    public enum class AnchorType : public System.Enum
    
    
    Members
    MemberDescription
    NoneThe element is not anchored to any edges of its parent.
    TopThe element is anchored to the top edge of its parent.
    BottomThe element is anchored to the bottom edge of its parent.
    LeftThe element is anchored to the left edge of its parent.
    RightThe element is anchored to the right edge of its parent.
    CenterThe element is anchored to the center of its parent.
    TopLeftThe element is anchored to the top-left edge of its parent.
    TopRightThe element is anchored to the top-right edge of its parent.
    BottomLeftThe element is anchored to the bottom-left edge of its parent.
    BottomRightThe element is anchored to the bottom-right edge of its parent.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.Imaging.AnchorType

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also