IntraTextAdornmentTag::Affinity Property

 

Gets the PositionAffinity of the space-negotiating adornment.

Namespace:   Microsoft.VisualStudio.Text.Editor
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.

Return to top
Show: