SpaceNegotiatingAdornmentTag::Baseline Property

 

Gets the baseline of the space-negotiating adornment.

Namespace:   Microsoft.VisualStudio.Text.Tagging
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

public:
property double Baseline {
	[CompilerGeneratedAttribute]
	double get();
	[CompilerGeneratedAttribute]
	private: void set(double value);
}

Property Value

Type: System::Double

The baseline of the space-negotiating adornment.

Return to top
Show: