IntraTextAdornmentTag.BottomSpace Property

Definition

Gets the amount of space needed between the bottom of the text in the ITextViewLine and the bottom of the ITextViewLine.

public:
 property Nullable<double> BottomSpace { Nullable<double> get(); };
public double? BottomSpace { get; }
member this.BottomSpace : Nullable<double>
Public ReadOnly Property BottomSpace As Nullable(Of Double)

Property Value

The amount of space that is required between the bottom of the text in the ITextViewLine and the bottom of the ITextViewLine.

Applies to