Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Layout Namespace / AnchorParam Enumeration

In This Topic
    AnchorParam Enumeration
    In This Topic
    Specifies the source parameter of the anchor LayoutRect.
    Syntax
    'Declaration
     
    Public Enum AnchorParam 
       Inherits System.Enum
    public enum AnchorParam : System.Enum 
    Members
    MemberDescription
    BottomThe bottom side of the anchor LayoutRect.
    HeightThe height of the anchor LayoutRect.
    HorizontalCenterThe horizontal center of the anchor LayoutRect.
    LeftThe left side of the anchor LayoutRect.
    NoneThe source parameter is not specified.
    RightThe right side of the anchor LayoutRect.
    TopThe top side of the anchor LayoutRect.
    VerticalCenterThe vertical center of the anchor LayoutRect.
    WidthThe width of the anchor LayoutRect.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Layout.AnchorParam

    See Also