Click or drag to resize

AlignTo Enumeration

Represents the values that can be used to describe how the element will be aligned to the visible area of the scrollable ancestor.

Namespace:  DotNetBrowser.Dom
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public enum AlignTo
Members
  Member nameValueDescription
Top0 The top of the element will be aligned to the top of the visible area of the scrollable ancestor.
Bottom1 The bottom of the element will be aligned to the bottom of the visible area of the scrollable ancestor.
See Also