ViewRelativePosition Enum
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
C++/CX
public enum class ViewRelativePosition
enum ViewRelativePosition
public enum ViewRelativePosition
type ViewRelativePosition =
Public Enum ViewRelativePosition
- Inheritance
-
ViewRelativePosition
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. |
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |