EnsureSpanVisibleOptions Enumeration
Options to control the behavior of the EnsureSpanVisible method.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.VisualStudio.Text.Editor
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Syntax
'宣言
<FlagsAttribute> _
Public Enumeration EnsureSpanVisibleOptions
[FlagsAttribute]
public enum EnsureSpanVisibleOptions
[FlagsAttribute]
public enum class EnsureSpanVisibleOptions
[<FlagsAttribute>]
type EnsureSpanVisibleOptions
public enum EnsureSpanVisibleOptions
Members
Member name | Description | |
---|---|---|
ShowStart | Ensure that the start of the span is visible if it is impossible to display the entire span. | |
MinimumScroll | Do the minimum amount of scrolling to display the span in the view. | |
AlwaysCenter | Always center the span in the view. | |
None | Ensure that the end of the span is visible if it is impossible to display the entire span. If none of the text in the span is currently visible, center the span in the view. |