ViewRelativePosition Enum

Definition

Defines the meaning of the verticalOffset parameter in the ITextView.DisplayTextLineContaining(...).

public enum class ViewRelativePosition
public enum class ViewRelativePosition
enum ViewRelativePosition
public enum ViewRelativePosition
type ViewRelativePosition = 
Public Enum ViewRelativePosition
Inheritance
ViewRelativePosition

Fields

Bottom 1

The offset with respect to the bottom of the view.

Top 0

The offset with respect to the top of the view.

Applies to