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)

public:
property double BottomSpace {
	double get();
}

Property Value

Type: System::Double

The amount of space required below the text of the line.

Return to top
Show: