SpaceNegotiatingAdornmentTag.Affinity Property
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.
Gets the PositionAffinity of the space-negotiating adornment.
public:
property Microsoft::VisualStudio::Text::PositionAffinity Affinity { Microsoft::VisualStudio::Text::PositionAffinity get(); };
public:
property Microsoft::VisualStudio::Text::PositionAffinity Affinity { Microsoft::VisualStudio::Text::PositionAffinity get(); };
public Microsoft.VisualStudio.Text.PositionAffinity Affinity { get; }
member this.Affinity : Microsoft.VisualStudio.Text.PositionAffinity
Public ReadOnly Property Affinity As PositionAffinity
Property Value
The PositionAffinity of the space-negotiating adornment.
Remarks
This property is only used for adornments that do not replace text. An adornment does not replace text if its tag has a zero-length span on the view's text buffer.