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)

Syntax

'Declaration
Public Property Baseline As Nullable(Of Double)
public Nullable<double> Baseline { get; private set; }
public:
property Nullable<double> Baseline {
    Nullable<double> get ();
    private: void set (Nullable<double> value);
}
member Baseline : Nullable<float> with get, private set
function get Baseline () : Nullable<double>
private function set Baseline (value : Nullable<double>)

Property Value

Type: System.Nullable<Double>
The baseline of the space-negotiating adornment.

.NET Framework Security

See Also

Reference

IntraTextAdornmentTag Class

Microsoft.VisualStudio.Text.Editor Namespace