VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Primitives Namespace / WebAnchorTypeEnumJS Enumeration
Members Hierarchy BrowserCompatibility SeeAlso
In This Topic
    WebAnchorTypeEnumJS Enumeration
    In This Topic
    Specifies available types of element anchor to the edges of its parent.
    Members
    MemberDescription
    NoneThe element is not anchored to any edges of its parent.
    TopThe element is anchored to the top edge of its parent.
    BottomThe element is anchored to the bottom edge of its parent.
    LeftThe element is anchored to the left edge of its parent.
    RightThe element is anchored to the right edge of its parent.
    CenterThe element is anchored to the center of its parent.
    TopLeftThe element is anchored to the top-left edge of its parent.
    TopRightThe element is anchored to the top-right edge of its parent.
    BottomLeftThe element is anchored to the bottom-left edge of its parent.
    BottomRightThe element is anchored to the bottom-right edge of its parent.
    Inheritance Hierarchy

    Object
       Vintasoft.Shared.WebEnumItemBaseJS
          Vintasoft.Shared.WebFlagsEnumItemBaseJS
             Vintasoft.Imaging.Primitives.WebAnchorTypeEnumJS

    Browser Compatibility
    56+
    45+
    11
    See Also