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

In This Topic
    ShapePositionType Enumeration
    In This Topic
    Specifies how a shape position is calculated.
    Syntax
    'Declaration
     
    Public Enum ShapePositionType 
       Inherits System.Enum
    public enum ShapePositionType : System.Enum 
    Members
    MemberDescription
    AlignmentThe position is determined by the ShapeHorizontalPosition.Alignment property value.
    PercentThe position is determined by the ShapeHorizontalPosition.Offset property value in percent.
    PointsThe position is determined by the ShapeHorizontalPosition.Offset property value in points.
    Inheritance Hierarchy

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

    See Also