FontFamily.LineSpacing 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 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,表示 FontFamily 物件的行距。