ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectAlignment Enumeration




In This Topic
    ImGearVectAlignment Enumeration
    In This Topic
    Specifies text alignment.
    Syntax
    'Declaration
     
    <FlagsAttribute()>
    Public Enum ImGearVectAlignment 
       Inherits System.Enum
    'Usage
     
    Dim instance As ImGearVectAlignment
    [Flags()]
    public enum ImGearVectAlignment : System.Enum 
    [Flags()]
    __value public enum ImGearVectAlignment : public System.Enum 
    [Flags()]
    public enum class ImGearVectAlignment : public System.Enum 
    Members
    MemberValueDescription
    CONTINUOUSX128Additional align point is used for alignment along x direction.
    CONTINUOUSY256Additional align point is used for alignment along y direction.
    NONE0No alighnment (default alignment).
    RESTRICT512The text is restricted.
    RESTRICT_BASIS1024The text is exactly restricted in the restrict box by the base line.
    RESTRICT_BOXED_ALL4096The same as RESTRICT_BASIS at the moment.
    RESTRICT_BOXED_CAP2048The text is exactly restricted in the restrict box by the bottom.
    RESTRICT_ISOTROPIC_ALL16384Isotropic restriction in the restrict box by the base line.
    RESTRICT_ISOTROPIC_CAP8192Isotropic restriction in the restrict box by the bottom.
    RESTRICT_JUSTIFIED32768The text is justified inside the restriction box using variable spacing.
    X_CENTER2Text is centered in x directiont.
    X_LEFT1Text is left-aligned in x direction.
    X_RIGHT4Text is right-aligned in x direction.
    Y_BASELINE64Text is base line aligned.
    Y_BOTTOM32Text is bottom-aligned in y direction.
    Y_CENTER16Text is centered in y direction.
    Y_TOP8Text is top-aligned in y direction.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ImageGear.Vector.ImGearVectAlignment

    See Also