SpaceNegotiatingAdornmentTag Class
Represents a tag for a space-negotiating adornment. The tag is used to provide space for positioning the adornment in a view.
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
| Name | Description | |
|---|---|---|
![]() | SpaceNegotiatingAdornmentTag(Double, Double, Double, Double, Double, PositionAffinity, Object, Object) | Initializes a new instance of a SpaceNegotiatingAdornmentTag with the specified properties. |
| Name | Description | |
|---|---|---|
![]() | Affinity | Gets the PositionAffinity of the space-negotiating adornment. |
![]() | Baseline | Gets the baseline of the space-negotiating adornment. |
![]() | BottomSpace | Gets the amount of space needed between the bottom of the text in the ITextViewLine and the bottom of the ITextViewLine. |
![]() | IdentityTag | Gets a unique object associated with the space-negotiating adornment, which is used by GetAdornmentBounds. |
![]() | ProviderTag | Gets a unique object that identifies the provider of the adornment. |
![]() | TextHeight | Gets the height of the text portion of the space-negotiating adornment. |
![]() | TopSpace | Gets the amount of space needed between the top of the text in the ITextViewLine and the top of the ITextViewLine. |
![]() | Width | Gets the width of the adornment. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


