Table of Contents

Enum AlignTo

Namespace
DotNetBrowser.Dom
Assembly
DotNetBrowser.dll

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

public enum AlignTo

Fields

Bottom = 1

The bottom of the element will be aligned to the bottom of the visible area of the scrollable ancestor.

Top = 0

The top of the element will be aligned to the top of the visible area of the scrollable ancestor.

See Also