Share via


LineTransform.TopSpace Property

Gets the amount of space required above 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 TopSpace As Double
public double TopSpace { get; }
public:
property double TopSpace {
    double get ();
}
member TopSpace : float with get
function get TopSpace () : double

Property Value

Type: System.Double
The amount of space required above the text of the line

.NET Framework Security

See Also

Reference

LineTransform Structure

Microsoft.VisualStudio.Text.Formatting Namespace