WebAnchorTypeEnumJS Enumeration
In This Topic
Specifies available types of element anchor to the edges of its parent.
Members
| Member | Description |
| None | The element is not anchored to any edges of its parent. |
| Top | The element is anchored to the top edge of its parent. |
| Bottom | The element is anchored to the bottom edge of its parent. |
| Left | The element is anchored to the left edge of its parent. |
| Right | The element is anchored to the right edge of its parent. |
| Center | The element is anchored to the center of its parent. |
| TopLeft | The element is anchored to the top-left edge of its parent. |
| TopRight | The element is anchored to the top-right edge of its parent. |
| BottomLeft | The element is anchored to the bottom-left edge of its parent. |
| BottomRight | The 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
See Also