IntraTextAdornmentTag.TopSpace Property

Definition

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

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

Property Value

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

Applies to