Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.