LineTransform.BottomSpace Property
Gets the amount of space required below the text of the line before applying the VerticalScale factor.
Namespace: Microsoft.VisualStudio.Text.Formatting
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Syntax
'Declaration
Public ReadOnly Property BottomSpace As Double
public double BottomSpace { get; }
public:
property double BottomSpace {
double get ();
}
member BottomSpace : float with get
function get BottomSpace () : double
Property Value
Type: System.Double
The amount of space required below the text of the line.
.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.