TextLine.TextHeight 屬性

定義

取得文字高度以及行中的任何其他內容。

public:
 abstract property double TextHeight { double get(); };
public abstract double TextHeight { get; }
member this.TextHeight : double
Public MustOverride ReadOnly Property TextHeight As Double

屬性值

Double

文字的高度和行中的任何其他內容。

備註

TextHeight如果用戶端指定行高, Height 則 可能與 屬性不同。

適用於