IEndOfLineAdornmentTag Interface
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.
Used to indicate the rectangle covered by an adornment (allowing participating adornments to adjust themselves if needed).
public interface class IEndOfLineAdornmentTag : Microsoft::VisualStudio::Text::Tagging::ITag
public interface IEndOfLineAdornmentTag : Microsoft.VisualStudio.Text.Tagging.ITag
type IEndOfLineAdornmentTag = interface
interface ITag
Public Interface IEndOfLineAdornmentTag
Implements ITag
- Implements
Remarks
This interface is subject to change in future releases without notice. Use at your own risk.
Properties
Height |
Height of the adornment. |
HorizontalOffset |
The offset from the right edge of the containing line to the left edge of the adornment. |
Type |
The type associated with the creator of an adornment. |
VerticalOffset |
The offset from the TextTop edge of the containing line to the top edge of the adornment. |
Width |
Width of the adornment. |