Udostępnij za pośrednictwem


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

Name Value Description
Top 0

The offset with respect to the top of the view.

Bottom 1

The offset with respect to the bottom of the view.

Applies to