IEndOfLineAdornmentTag Interface

Definition

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.

Applies to