ViewRelativePosition Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |