VintaSoft Barcode .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Barcode.TextRendering Namespace / TextAnchorType Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    TextAnchorType Enumeration
    In This Topic
    Specifies how an element is anchored to the edges of its parent.
    Syntax
    'Declaration
    
    <FlagsAttribute()>
    Public Enum TextAnchorType
       Inherits System.Enum
    
    
    [Flags()]
    public enum TextAnchorType : System.Enum
    
    
    [Flags()]
    __value public enum TextAnchorType : public System.Enum
    
    
    [Flags()]
    public enum class TextAnchorType : public System.Enum
    
    
    Members
    MemberDescription
    TopThe text is anchored to the top edge of rectangle.
    BottomThe text is anchored to the bottom edge of rectangle.
    LeftThe text is anchored to the left edge of rectangle.
    RightThe text is anchored to the right edge of rectangle.
    CenterThe text is anchored to the center of rectangle.
    TopLeftThe text is anchored to the top-left edge of rectangle.
    TopRightThe text is anchored to the top-right edge of rectangle.
    BottomLeftThe text is anchored to the bottom-left edge of its parent.
    BottomRightThe text is anchored to the bottom-right edge of its parent.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.Barcode.TextRendering.TextAnchorType

    Requirements

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

    See Also