IntraTextAdornmentTag::Baseline Property

 

Gets the baseline 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<double> Baseline {
	[CompilerGeneratedAttribute]
	Nullable<double> get();
	[CompilerGeneratedAttribute]
	private: void set(Nullable<double> value);
}

Property Value

Type: System::Nullable<Double>

The baseline of the space-negotiating adornment.

Return to top
Show: