Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ShapeHorizontalRelativeAlignment Enumeration

In This Topic
    ShapeHorizontalRelativeAlignment Enumeration
    In This Topic
    Specifies the relative horizontal alignment position of a shape.
    Syntax
    'Declaration
     
    Public Enum ShapeHorizontalRelativeAlignment 
       Inherits System.Enum
    public enum ShapeHorizontalRelativeAlignment : System.Enum 
    Members
    MemberDescription
    Center Center alignment.
    Inside Inside alignment.
    Left Left alignment.
    Outside Outside alignment.
    Right Right alignment.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Word.ShapeHorizontalRelativeAlignment

    See Also