IntraTextAdornmentTag::Affinity Property
Visual Studio 2015
Gets the PositionAffinity of the space-negotiating adornment.
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
public: property Nullable<PositionAffinity> Affinity { [CompilerGeneratedAttribute] Nullable<PositionAffinity> get(); [CompilerGeneratedAttribute] private: void set(Nullable<PositionAffinity> value); }
Should be non-null for tags that have zero-length spans (at the edit-buffer level of the buffer graph of the view) and only for those tags.
Show: