다음을 통해 공유


TextBounds.TextBottom Property

Gets the bottom of the text on the line containing the characters.

Namespace:  Microsoft.VisualStudio.Text.Formatting
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

Syntax

‘선언
Public ReadOnly Property TextBottom As Double
public double TextBottom { get; }
public:
property double TextBottom {
    double get ();
}
member TextBottom : float
function get TextBottom () : double

Property Value

Type: System.Double
The bottom of the text on the line containing the characters.

.NET Framework Security

See Also

Reference

TextBounds Structure

Microsoft.VisualStudio.Text.Formatting Namespace