Share via


FontFamily.LineSpacing 屬性

定義

取得或設定 FontFamily 物件的行距值。 行距是當使用這個字型的文字時,基準線與基準線之間的建議距離,以相對於 em 大小的大小表示。

public:
 property double LineSpacing { double get(); void set(double value); };
public double LineSpacing { get; set; }
member this.LineSpacing : double with get, set
Public Property LineSpacing As Double

屬性值

Double

Double,表示 FontFamily 物件的行距。

適用於